diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-11-19 15:24:50 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-11-19 15:24:50 +0100 |
commit | 72863ffa31e27f4c6be862d80472cfb897fccaea (patch) | |
tree | ce04be8d77b10c797c8ff854c8ff1a219eb1af46 /Towers/Components/PoisonComponent.tscn | |
parent | 63d2a59042fb9d90a586ad85d8364de7c38aea8e (diff) |
Diffstat (limited to 'Towers/Components/PoisonComponent.tscn')
-rw-r--r-- | Towers/Components/PoisonComponent.tscn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Towers/Components/PoisonComponent.tscn b/Towers/Components/PoisonComponent.tscn new file mode 100644 index 0000000..9e6b21e --- /dev/null +++ b/Towers/Components/PoisonComponent.tscn @@ -0,0 +1,12 @@ +[gd_scene load_steps=4 format=3 uid="uid://bx1bi1ko6tyqq"] + +[ext_resource type="PackedScene" uid="uid://cly4agfoqhq2q" path="res://Towers/Components/TowerComponent.tscn" id="1_euxd5"] +[ext_resource type="Script" path="res://Towers/Components/PoisonComponent.gd" id="2_dnmjy"] +[ext_resource type="Texture2D" uid="uid://rkeldjv41ww8" path="res://Towers/Components/Assets/poison-component.png" id="3_3hijl"] + +[node name="PoisonTowerComponent" instance=ExtResource("1_euxd5")] +script = ExtResource("2_dnmjy") +type = 5 + +[node name="Sprite" parent="." index="0"] +texture = ExtResource("3_3hijl") |