initial implementation of sword attack
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
extends Node2D
|
||||
|
||||
func _ready() -> void:
|
||||
$YSort/Player.position = get_viewport_rect().size / 2
|
||||
#$YSort/Player.position = get_viewport_rect().size / 2
|
||||
$YSort/Player.load_hud($HUD)
|
||||
return
|
||||
|
Reference in New Issue
Block a user