19 lines
568 B
Text
19 lines
568 B
Text
[gd_scene load_steps=3 format=3 uid="uid://towerslot"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/gameplay/TowerSlot.gd" id="1"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_1"]
|
|
size = Vector2(60.0, 60.0)
|
|
|
|
[node name="TowerSlot" type="Area2D"]
|
|
script = ExtResource("1")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_1")
|
|
|
|
[node name="SlotVisual" type="ColorRect" parent="."]
|
|
offset_left = -30.0
|
|
offset_top = -30.0
|
|
offset_right = 30.0
|
|
offset_bottom = 30.0
|
|
color = Color(0.2, 0.2, 0.2, 0.5)
|