summaryrefslogtreecommitdiffhomepage
path: root/run.rb
diff options
context:
space:
mode:
Diffstat (limited to 'run.rb')
-rw-r--r--run.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.rb b/run.rb
index 66827ee..7ebb914 100644
--- a/run.rb
+++ b/run.rb
@@ -2,8 +2,8 @@ require 'ruby2d'
require_relative 'camera'
require_relative 'animator'
-@background = Image.new('background.png')
-@player = Image.new('player.png')
+@background = Image.new('assets/background.png')
+@player = Image.new('assets/player.png')
@squares = []
# There is 2 ways you can add objects to be known and controlled by the camera, both do the same thing