EventIf
This commit is contained in:
@@ -13,7 +13,7 @@ func _ready() -> void:
|
||||
|
||||
for i in range(0, EventSystem.EVENT_FLAG_COUNT):
|
||||
var checkbox:CheckBox = CheckBox.new()
|
||||
checkbox.text = "Flag %s" % str(i)
|
||||
checkbox.text = "Flag %s" % str(i+1)
|
||||
grid.add_child(checkbox)
|
||||
checkboxes.append(checkbox)
|
||||
checkbox.pressed.connect(_on_CheckboxPressed)
|
||||
|
Reference in New Issue
Block a user