Added novhack to the list of contributors & updated changelog

This commit is contained in:
OverloadedOrama 2020-03-03 15:16:08 +02:00
parent bbb4393319
commit 57d3050a67
2 changed files with 14 additions and 0 deletions

View file

@ -25,6 +25,7 @@ func _ready() -> void:
contributors.create_item(contributor_root).set_text(0, " Subhang Nanduri (SbNanduri)")
contributors.create_item(contributor_root).set_text(0, " danielnaoexiste")
contributors.create_item(contributor_root).set_text(0, " Noah Burck (haonkrub)")
contributors.create_item(contributor_root).set_text(0, " Martin Novák (novhack)")
var donors_root := donors.create_item()
donors.create_item(donors_root).set_text(0, " pcmxms")