summaryrefslogtreecommitdiffhomepage
path: root/app/components/button.rb
blob: 097ca51ad7ce92d0f89a8a4281e31cbe658b378e (plain)
1
2
3
4
5
FF::Cmp.new('Button',
            :action,
            :pressed_sprite_path,
            :unpressed_sprite_path,
            clicked: false)