83 lines
2.9 KiB
Plaintext
83 lines
2.9 KiB
Plaintext
[gd_scene load_steps=15 format=3 uid="uid://dukgbg13ujkv2"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://betr5ry5tc75e" path="res://game/entities/weapons/blast_projectile.tscn" id="1_0mcat"]
|
|
[ext_resource type="Script" uid="uid://dkvur5bdwg3sr" path="res://game/entities/weapons/launcher/launcher_projectile.gd" id="2_6hdsf"]
|
|
[ext_resource type="Script" uid="uid://dftb7hg5f06b5" path="res://game/health_system/damage/explosion_damage.gd" id="3_ycnsk"]
|
|
[ext_resource type="Texture2D" uid="uid://oj86smpsipw4" path="res://images/projectiles.png" id="4_kxgpk"]
|
|
|
|
[sub_resource type="Resource" id="Resource_kxgpk"]
|
|
script = ExtResource("3_ycnsk")
|
|
value = 24
|
|
metadata/_custom_type_script = "uid://dftb7hg5f06b5"
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_kxgpk"]
|
|
atlas = ExtResource("4_kxgpk")
|
|
region = Rect2(0, 32, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_kos01"]
|
|
atlas = ExtResource("4_kxgpk")
|
|
region = Rect2(16, 32, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_iqm85"]
|
|
atlas = ExtResource("4_kxgpk")
|
|
region = Rect2(32, 32, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_rno65"]
|
|
atlas = ExtResource("4_kxgpk")
|
|
region = Rect2(48, 32, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_f648y"]
|
|
atlas = ExtResource("4_kxgpk")
|
|
region = Rect2(0, 48, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_she3g"]
|
|
atlas = ExtResource("4_kxgpk")
|
|
region = Rect2(16, 48, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4wwm4"]
|
|
atlas = ExtResource("4_kxgpk")
|
|
region = Rect2(32, 48, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_dl8vu"]
|
|
atlas = ExtResource("4_kxgpk")
|
|
region = Rect2(48, 48, 16, 16)
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_6hdsf"]
|
|
radius = 1.0
|
|
height = 6.0
|
|
|
|
[node name="LauncherProjectile" instance=ExtResource("1_0mcat")]
|
|
collision_layer = 0
|
|
collision_mask = 0
|
|
script = ExtResource("2_6hdsf")
|
|
rotation_speed = 90
|
|
damage = SubResource("Resource_kxgpk")
|
|
speed = 300
|
|
|
|
[node name="Sprite2D_E" type="Sprite2D" parent="." index="0"]
|
|
texture = SubResource("AtlasTexture_kxgpk")
|
|
|
|
[node name="Sprite2D_SE" type="Sprite2D" parent="." index="1"]
|
|
texture = SubResource("AtlasTexture_kos01")
|
|
|
|
[node name="Sprite2D_S" type="Sprite2D" parent="." index="2"]
|
|
texture = SubResource("AtlasTexture_iqm85")
|
|
|
|
[node name="Sprite2D_SW" type="Sprite2D" parent="." index="3"]
|
|
texture = SubResource("AtlasTexture_rno65")
|
|
|
|
[node name="Sprite2D_W" type="Sprite2D" parent="." index="4"]
|
|
texture = SubResource("AtlasTexture_f648y")
|
|
|
|
[node name="Sprite2D_NW" type="Sprite2D" parent="." index="5"]
|
|
texture = SubResource("AtlasTexture_she3g")
|
|
|
|
[node name="Sprite2D_N" type="Sprite2D" parent="." index="6"]
|
|
texture = SubResource("AtlasTexture_4wwm4")
|
|
|
|
[node name="Sprite2D_NE" type="Sprite2D" parent="." index="7"]
|
|
texture = SubResource("AtlasTexture_dl8vu")
|
|
|
|
[node name="CollisionShape2D" parent="." index="8"]
|
|
shape = SubResource("CapsuleShape2D_6hdsf")
|