From a3e96f57e36bfd96b753aab3a7fbe28be9bdfcf8 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 25 Apr 2021 18:12:58 -0400 Subject: . --- house.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'house.rb') diff --git a/house.rb b/house.rb index 850bea8..1da0d58 100644 --- a/house.rb +++ b/house.rb @@ -90,8 +90,8 @@ class House y = @y + 160 if character.x >= x && character.x <= (x + (character.width * 2)) && character.y > y && character.y <= (y + (character.height * 2)) Text.new('Press Space To Enter House', - x: x - 10, - y: y + 20, + x: x + 70, + y: y + 30, color: 'white', z: 98, size: 25.0) -- cgit v1.2.3