finished third class. Character Pawn moving and attack with left and right attacks.
This commit is contained in:
11
Management/game_level.tscn
Normal file
11
Management/game_level.tscn
Normal 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)
|
||||
Reference in New Issue
Block a user