WIP commit, creature infoscreen
This commit is contained in:
+3
-3
@@ -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
|
||||
Reference in New Issue
Block a user