mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 05:52:24 +02:00
Mostly fixed
This commit is contained in:
@@ -40,6 +40,7 @@ func hero_has_died():
|
||||
func spawn_new_hero(x:float,y:float):
|
||||
var hero = HeroTemplate.instance()
|
||||
hero.position=Vector2(x,y)
|
||||
hero.name = "Player"
|
||||
$YSort.add_child(hero)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user