forked from team-sg/hero-mark-2
fix bug world a little
This commit is contained in:
parent
39fdf11807
commit
90d0ec86c0
4 changed files with 21 additions and 12 deletions
|
@ -3,4 +3,5 @@ extends Area2D
|
|||
|
||||
|
||||
func _on_Area2D_area_entered(area):
|
||||
SceneManager.change_scene(load("res://menus/bug_world.tscn").instance())
|
||||
Audio.ac_music.stop()
|
||||
Game.change_map(load("res://menus/bug_world.tscn"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue