forked from team-sg/hero-mark-2
added bug world (fixes #194)
This commit is contained in:
parent
78e44e262c
commit
6bc9c83b95
2 changed files with 33 additions and 3 deletions
6
maps/bug_teleporter.gd
Normal file
6
maps/bug_teleporter.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends Area2D
|
||||
|
||||
|
||||
|
||||
func _on_Area2D_area_entered(area):
|
||||
SceneManager.change_scene(load("res://menus/bug_world.tscn").instance())
|
Loading…
Add table
Add a link
Reference in a new issue