diff --git a/scenes/debug_level.tscn b/scenes/debug_level.tscn index b43c8be..753d92c 100644 --- a/scenes/debug_level.tscn +++ b/scenes/debug_level.tscn @@ -11,5 +11,3 @@ script = ExtResource("1_8d50e") [node name="IsometricMapLayerHolder" parent="." instance=ExtResource("1_ln2x5")] [node name="Player" parent="." instance=ExtResource("2_6or15")] -visible = false -z_index = 99 diff --git a/scripts/player.gd b/scripts/player.gd index c4f6831..cf8762c 100644 --- a/scripts/player.gd +++ b/scripts/player.gd @@ -6,6 +6,7 @@ extends CharacterBody2D func _process(_delta: float): play_idle_animation() + animated_sprite.z_index = 5 func play_idle_animation():