some work on roundoverscreen- HAS BUGS

This commit is contained in:
Mienek
2020-04-20 20:21:07 +02:00
parent 14c4b147f8
commit acc7f184c0
4 changed files with 77 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ func hero_has_died():
var point = determine_spawnpoint()
spawn_new_hero(point.x,point.y)
$CanvasLayer/SelectUpgradeUI.show()
$CanvasLayer/SelectUpgradeUI.starting()
func spawn_new_hero(x:float,y:float):