diff options
Diffstat (limited to 'app/components/button.rb')
| -rw-r--r-- | app/components/button.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/button.rb b/app/components/button.rb index 8f9126f..097ca51 100644 --- a/app/components/button.rb +++ b/app/components/button.rb @@ -1,3 +1,5 @@ FF::Cmp.new('Button', :action, + :pressed_sprite_path, + :unpressed_sprite_path, clicked: false) |
