Smol UI update

This commit is contained in:
Mark Hoekveen
2019-10-28 14:09:18 +01:00
parent 57a712f140
commit 3f8174e66c
2 changed files with 50 additions and 43 deletions
+4
View File
@@ -7,6 +7,10 @@ var rng = RandomNumberGenerator.new()
func _ready():
rng.randomize()
var p0 = get_node("../GUI/Parent0")
var p1 = get_node("../GUI/Parent1")
p0.text = ""
p1.text = ""
pass
func spawn_a_bitch():