summaryrefslogtreecommitdiff
path: root/Towers/Components/PoisonComponent.tscn
blob: 9e6b21ea8d8a2b867a99ae50b797bbd3237c3592 (plain)
1
2
3
4
5
6
7
8
9
10
11
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")