mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
Level 1 cleanup
This commit is contained in:
parent
cee0a8fe8f
commit
6aad69d5df
6 changed files with 119 additions and 148 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Resource" script_class="EnemyResource" load_steps=17 format=3 uid="uid://cocl3qontm3be"]
|
||||
[gd_resource type="Resource" script_class="EnemyResource" load_steps=16 format=3 uid="uid://cocl3qontm3be"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://ct1fa2huvy34n" path="res://Resources/Items/Ammo1.tres" id="1_q1ekm"]
|
||||
[ext_resource type="Texture2D" uid="uid://xgxxdq37pykh" path="res://Sprites/Actors/Fairy.png" id="1_sxbtw"]
|
||||
|
|
@ -9,7 +9,6 @@
|
|||
[ext_resource type="Resource" uid="uid://clr1gln7nxa1o" path="res://Resources/Items/Power_Pickup.tres" id="6_qvgac"]
|
||||
[ext_resource type="Resource" uid="uid://cdfmedtgp2rcn" path="res://Resources/Weapons/EnemyWeapon.tres" id="7_xkg5o"]
|
||||
[ext_resource type="Script" uid="uid://cd5o0ceb50jki" path="res://Scripts/Resources/EnemyResource.cs" id="8_241b0"]
|
||||
[ext_resource type="PackedScene" uid="uid://cm1edol8wvxjp" path="res://Scenes/Actors/Generic_Enemy_FSM.tscn" id="8_ppsgt"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ppsgt"]
|
||||
atlas = ExtResource("1_sxbtw")
|
||||
|
|
@ -50,7 +49,6 @@ script = ExtResource("8_241b0")
|
|||
EnemyName = &"Fairy"
|
||||
EnemyKey = &"FAIRY_BASE"
|
||||
PrefabPath = &"uid://cm1edol8wvxjp"
|
||||
Prefab = ExtResource("8_ppsgt")
|
||||
MaxHealth = 4.0
|
||||
MovementSpeed = 30.0
|
||||
Weapon = ExtResource("7_xkg5o")
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Resource" script_class="EnemyResource" load_steps=17 format=3 uid="uid://cqfyuurvqb8m6"]
|
||||
[gd_resource type="Resource" script_class="EnemyResource" load_steps=16 format=3 uid="uid://cqfyuurvqb8m6"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://callpd48wwnlw" path="res://Sprites/Actors/Fairy_Special.png" id="1_kekqr"]
|
||||
[ext_resource type="Script" uid="uid://cq65aed620ijo" path="res://Scripts/Resources/Loot/LootDrop.cs" id="1_tf7s2"]
|
||||
|
|
@ -9,7 +9,6 @@
|
|||
[ext_resource type="Resource" uid="uid://clr1gln7nxa1o" path="res://Resources/Items/Power_Pickup.tres" id="6_1cdvd"]
|
||||
[ext_resource type="Resource" uid="uid://d27t8ruig8lie" path="res://Resources/Weapons/EnemyShotgun.tres" id="7_tf7s2"]
|
||||
[ext_resource type="Script" uid="uid://cd5o0ceb50jki" path="res://Scripts/Resources/EnemyResource.cs" id="8_8fxhl"]
|
||||
[ext_resource type="PackedScene" uid="uid://cm1edol8wvxjp" path="res://Scenes/Actors/Generic_Enemy_FSM.tscn" id="8_c0hok"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_c0hok"]
|
||||
atlas = ExtResource("1_kekqr")
|
||||
|
|
@ -50,7 +49,6 @@ script = ExtResource("8_8fxhl")
|
|||
EnemyName = &"Special Fairy"
|
||||
EnemyKey = &"FAIRY_BASE_SPECIAL"
|
||||
PrefabPath = &"uid://bq4r28ikbmn0r"
|
||||
Prefab = ExtResource("8_c0hok")
|
||||
MaxHealth = 12.0
|
||||
MovementSpeed = 30.0
|
||||
Weapon = ExtResource("7_tf7s2")
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
[gd_resource type="Resource" script_class="EnemyResource" load_steps=7 format=3 uid="uid://ng3lpe8ifbsn"]
|
||||
[gd_resource type="Resource" script_class="EnemyResource" load_steps=6 format=3 uid="uid://ng3lpe8ifbsn"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://p6cs703f5m3n" path="res://ExternalMaterial/RoboBoss/RoboBoss.png" id="1_bmkgj"]
|
||||
[ext_resource type="Script" uid="uid://cq65aed620ijo" path="res://Scripts/Resources/Loot/LootDrop.cs" id="2_3teuq"]
|
||||
[ext_resource type="PackedScene" uid="uid://d2xmlov4ee2fc" path="res://Scenes/Actors/Generic_Boss.tscn" id="3_r3p0s"]
|
||||
[ext_resource type="Resource" uid="uid://b54lru8ulinjl" path="res://Resources/Weapons/EnemyWeapon_Big.tres" id="8_w06jt"]
|
||||
[ext_resource type="Script" uid="uid://cd5o0ceb50jki" path="res://Scripts/Resources/EnemyResource.cs" id="9_vykx5"]
|
||||
|
||||
|
|
@ -15,7 +14,6 @@ script = ExtResource("9_vykx5")
|
|||
EnemyName = &"Boss 1"
|
||||
EnemyKey = &"BOSS_1"
|
||||
PrefabPath = &"uid://clyrne78j3f5a"
|
||||
Prefab = ExtResource("3_r3p0s")
|
||||
MaxHealth = 100.0
|
||||
MovementSpeed = 40.0
|
||||
Weapon = ExtResource("8_w06jt")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue