2023-10-06 11:40:11 +02:00
|
|
|
[gd_scene load_steps=14 format=3 uid="uid://ctnlfsnc2gl03"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scripts/towers/tower.gd" id="1_th1rt"]
|
2023-10-06 17:47:24 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://dqa80ptcc8p70" path="res://scenes/bullets/bullet_1.tscn" id="2_nr2g5"]
|
2023-10-06 11:40:11 +02:00
|
|
|
[ext_resource type="Texture2D" uid="uid://b0dawx5rlcyo3" path="res://assets/spritesheets/towers/railgun-2.png" id="3_uumfa"]
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_fss1a"]
|
|
|
|
atlas = ExtResource("3_uumfa")
|
|
|
|
region = Rect2(0, 0, 128, 128)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_6n843"]
|
|
|
|
atlas = ExtResource("3_uumfa")
|
|
|
|
region = Rect2(128, 0, 128, 128)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_xjwev"]
|
|
|
|
atlas = ExtResource("3_uumfa")
|
|
|
|
region = Rect2(256, 0, 128, 128)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_g520l"]
|
|
|
|
atlas = ExtResource("3_uumfa")
|
|
|
|
region = Rect2(384, 0, 128, 128)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_os6e1"]
|
|
|
|
atlas = ExtResource("3_uumfa")
|
|
|
|
region = Rect2(512, 0, 128, 128)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_whr0e"]
|
|
|
|
atlas = ExtResource("3_uumfa")
|
|
|
|
region = Rect2(640, 0, 128, 128)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_m7sk4"]
|
|
|
|
atlas = ExtResource("3_uumfa")
|
|
|
|
region = Rect2(768, 0, 128, 128)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_1jok4"]
|
|
|
|
atlas = ExtResource("3_uumfa")
|
|
|
|
region = Rect2(896, 0, 128, 128)
|
|
|
|
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_xw8jx"]
|
|
|
|
animations = [{
|
|
|
|
"frames": [{
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_fss1a")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_6n843")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_xjwev")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_g520l")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_os6e1")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_whr0e")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_m7sk4")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_1jok4")
|
|
|
|
}],
|
|
|
|
"loop": true,
|
|
|
|
"name": &"default",
|
|
|
|
"speed": 5.0
|
|
|
|
}]
|
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_wmsbt"]
|
|
|
|
radius = 138.293
|
|
|
|
|
|
|
|
[node name="railgun-2" type="Node2D" groups=["Towers"]]
|
|
|
|
script = ExtResource("1_th1rt")
|
|
|
|
bullet = ExtResource("2_nr2g5")
|
|
|
|
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
|
|
position = Vector2(-1, 0)
|
|
|
|
rotation = 1.5708
|
|
|
|
sprite_frames = SubResource("SpriteFrames_xw8jx")
|
|
|
|
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
|
|
shape = SubResource("CircleShape2D_wmsbt")
|
|
|
|
|
|
|
|
[node name="RayCast2D" type="RayCast2D" parent="."]
|
|
|
|
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
|
|
one_shot = true
|
|
|
|
|
|
|
|
[connection signal="body_entered" from="Area2D" to="." method="_on_body_entered"]
|
|
|
|
[connection signal="body_exited" from="Area2D" to="." method="_on_body_exited"]
|