Added some Level 5 implementation and reorganized file structure
This commit is contained in:
6
Levels/Level 5.gd
Normal file
6
Levels/Level 5.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Node2D
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
$YSort/Player.load_hud($HUD)
|
||||
return
|
Reference in New Issue
Block a user