diff options
Diffstat (limited to 'run.rb')
| -rw-r--r-- | run.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
