diff options
| author | alex <[email protected]> | 2026-07-25 16:46:32 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-25 16:46:32 +0200 |
| commit | 023c4f003d58c27cd2677307abe2c65bb09c2681 (patch) | |
| tree | d4e67206dadaf5a6433669297bef406b45056afc /world.tscn | |
| parent | 91fd5d80808fd177f97c4cc7e78b704efb5d6ce3 (diff) | |
| download | godot-testing-023c4f003d58c27cd2677307abe2c65bb09c2681.tar.xz godot-testing-023c4f003d58c27cd2677307abe2c65bb09c2681.zip | |
added enemy scene and piercing booleans for bullets, will be later refactored to work based on player stats
Diffstat (limited to 'world.tscn')
| -rw-r--r-- | world.tscn | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,7 @@ [ext_resource type="Texture2D" uid="uid://bhg3yja4bekb7" path="res://2D Pixel Dungeon Asset Pack/character and tileset/Dungeon_Tileset.png" id="1_fj7yv"] [ext_resource type="PackedScene" uid="uid://dydy08duw2lhf" path="res://player.tscn" id="2_tlwt5"] +[ext_resource type="PackedScene" uid="uid://cg808l58igcrq" path="res://enemy.tscn" id="3_tlwt5"] [sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_aqk2v"] texture = ExtResource("1_fj7yv") @@ -142,3 +143,7 @@ tile_set = SubResource("TileSet_cb62v") [node name="Player" parent="." unique_id=312289746 instance=ExtResource("2_tlwt5")] position = Vector2(71, 55) + +[node name="Enemy" parent="." unique_id=575877799 instance=ExtResource("3_tlwt5")] +position = Vector2(128, 33) +MoveSpeed = 25.0 |
