Add widget display encoders; bug fixes.

This commit is contained in:
Major-
2013-11-03 05:58:04 +00:00
parent 42d42af0c5
commit 4b55bf8960
25 changed files with 589 additions and 43 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ def on_button(args, proc)
id = args[0].to_i
on :event, :button do |ctx, player, event|
if event.interface_id == id
if event.widget_id == id
proc.call player
end
end