Keep tool icon checkbox visible when a tool is selected

This commit is contained in:
OverloadedOrama 2020-01-13 13:15:06 +02:00
parent 52ea30f5ee
commit 2de8865b8b
2 changed files with 5 additions and 4 deletions

View file

@ -25,6 +25,7 @@ func _ready() -> void:
contributors.create_item(contributor_root).set_text(0, " Subhang Nanduri")
contributors.create_item(contributor_root).set_text(0, " danielnaoexiste")
contributors.create_item(contributor_root).set_text(0, " huskee")
contributors.create_item(contributor_root).set_text(0, " haonkrub")
var donors_root := donors.create_item()
donors.create_item(donors_root).set_text(0, " pcmxms")