diff options
Diffstat (limited to 'test/controller.rb')
| -rw-r--r-- | test/controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controller.rb b/test/controller.rb index 5035ebb..b6e3348 100644 --- a/test/controller.rb +++ b/test/controller.rb @@ -4,7 +4,7 @@ set title: "Ruby 2D — Controller", width: 600, height: 425 set diagnostics: true # Controller outline image -controller = Image.new(path: 'media/controller.png') +controller = Image.new('media/controller.png') scale = 80 |
