WIP commit, creature infoscreen

This commit is contained in:
Mark Hoekveen
2019-10-26 17:14:35 +02:00
parent 4456641473
commit a73b23575d
4 changed files with 94 additions and 13 deletions
+3 -3
View File
@@ -54,12 +54,12 @@ func describe():
print(strand)
print(TIERS_STRING)
print(TRAIT_STRING)
get_node("InfoScreen/Viewport/Control/Description").text = (strand)
func _ready():
print(naampje)
initialize()
print(dna.size())
# print(dna.size())
describe()
#Register the selection event
get_node("Area").connect('input_event', get_parent(), 'select_a_bitch', [get_index()])
pass