The guides can no longer be undone

They were causing issues with UndoRedo, and with the latest changes, even crashes. I decided to remove their UndoRedo behavior, at least for now.

Also put jegor377 to the list of Contributors.
This commit is contained in:
OverloadedOrama 2020-04-21 21:01:45 +03:00
parent 086679f1f0
commit 1e4a5cff8e
3 changed files with 7 additions and 16 deletions

View file

@ -30,6 +30,7 @@ func _ready() -> void:
contributors.create_item(contributor_root).set_text(0, " Matheus Pesegoginski (MatheusPese)")
contributors.create_item(contributor_root).set_text(0, " sapient_cogbag")
contributors.create_item(contributor_root).set_text(0, " Kinwailo")
contributors.create_item(contributor_root).set_text(0, " Igor Santarek (jegor377)")
var donors_root := donors.create_item()
donors.create_item(donors_root).set_text(0, " pcmxms")