summaryrefslogtreecommitdiffhomepage
path: root/house.rb
diff options
context:
space:
mode:
Diffstat (limited to 'house.rb')
-rw-r--r--house.rb4
1 files changed, 2 insertions, 2 deletions
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)