|
|
@ -19,7 +19,6 @@ func _ready():
|
|
|
|
for btn in Buttons.get_children():
|
|
|
|
for btn in Buttons.get_children():
|
|
|
|
if btn.name.is_valid_int():
|
|
|
|
if btn.name.is_valid_int():
|
|
|
|
btn.pressed.connect(Callable(self, "_number_buttons").bind(btn))
|
|
|
|
btn.pressed.connect(Callable(self, "_number_buttons").bind(btn))
|
|
|
|
print(历史.text, 第一个数字, 第二个数字)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@warning_ignore("unused_parameter")
|
|
|
|
@warning_ignore("unused_parameter")
|
|
|
|