Added space for panning - Closes #110

This commit is contained in:
OverloadedOrama 2020-01-09 20:49:27 +02:00
parent a4886a2ee7
commit 48e871586c
5 changed files with 20 additions and 6 deletions

View file

@ -24,6 +24,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, " Gaarco")
var donors_root := donors.create_item()
donors.create_item(donors_root).set_text(0, " pcmxms")