finished third class. Character Pawn moving and attack with left and right attacks.

This commit is contained in:
2025-06-21 02:17:41 -03:00
parent c0e2efebd2
commit d8b4402926
196 changed files with 2580 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
[gd_scene load_steps=3 format=3 uid="uid://bjombfqoqpntq"]
[ext_resource type="PackedScene" uid="uid://dkfrltbqlycy0" path="res://Terrain/terrain_manager.tscn" id="1_8so7q"]
[ext_resource type="PackedScene" uid="uid://dsp8jku6h5xxa" path="res://Factions/Knights/Troops/Pawn/pawn.tscn" id="2_debnr"]
[node name="GameLevel" type="Node2D"]
[node name="TerrainManager" parent="." instance=ExtResource("1_8so7q")]
[node name="Pawn" parent="." instance=ExtResource("2_debnr")]
position = Vector2(560, 400)