18 lines
614 B
Plaintext
18 lines
614 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cxlgt8h33u7os"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Tower.gd" id="1_58egr"]
|
|
[ext_resource type="Texture2D" uid="uid://jxub8lma4oud" path="res://assets/tower_background.svg" id="2_ynj1l"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_7mogk"]
|
|
radius = 129.139
|
|
|
|
[node name="Tower" type="Area2D"]
|
|
script = ExtResource("1_58egr")
|
|
|
|
[node name="TowerSprite" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.25, 0.25)
|
|
texture = ExtResource("2_ynj1l")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_7mogk")
|