updated to godot 4.6

This commit is contained in:
2026-01-28 13:42:26 +11:00
parent 5bbc2c0cb0
commit 6f1105cdbe
795 changed files with 5616 additions and 2077 deletions

View File

@@ -1,4 +1,4 @@
[gd_resource type="ParticleProcessMaterial" load_steps=3 format=3 uid="uid://gyeamtekshor"]
[gd_resource type="ParticleProcessMaterial" format=3 uid="uid://gyeamtekshor"]
[sub_resource type="Gradient" id="Gradient_eiw3y"]
interpolation_color_space = 2

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=8 format=3 uid="uid://dhv7m4lky7bd8"]
[gd_scene format=3 uid="uid://dhv7m4lky7bd8"]
[ext_resource type="PackedScene" uid="uid://dp4gfr5h0tbcd" path="res://Scenes/Weapons/shapecast_weapon.tscn" id="1_ovmdp"]
[ext_resource type="Script" uid="uid://bf4aoeoumhnc6" path="res://Weapons/Flamethrower/weapon_flamethrower.gd" id="2_227rf"]
@@ -7,18 +7,18 @@
[ext_resource type="Texture2D" uid="uid://oblavj8vj30n" path="res://Weapons/GlueLauncher/glue_gun.png" id="5_wdw3e"]
[ext_resource type="Material" uid="uid://gyeamtekshor" path="res://Weapons/Flamethrower/flame_particles.tres" id="6_idhp2"]
[sub_resource type="AtlasTexture" id="AtlasTexture_3hank"]
[sub_resource type="AtlasTexture" id="AtlasTexture_mqqyt"]
resource_local_to_scene = true
atlas = ExtResource("5_wdw3e")
region = Rect2(0, 0, 64, 64)
[node name="FlamethrowerWeapon" instance=ExtResource("1_ovmdp")]
[node name="FlamethrowerWeapon" unique_id=1734341199 instance=ExtResource("1_ovmdp")]
script = ExtResource("2_227rf")
status_stats = ExtResource("3_fqch8")
stats = ExtResource("4_oafdt")
[node name="Sprite3D" parent="." index="0"]
texture = SubResource("AtlasTexture_3hank")
[node name="Sprite3D" parent="." index="0" unique_id=1457062627]
texture = SubResource("AtlasTexture_mqqyt")
[node name="GPUParticles3D" parent="ShapeCast3D" index="0"]
[node name="GPUParticles3D" parent="ShapeCast3D" parent_id_path=PackedInt32Array(1138406404) index="0" unique_id=1743469147]
process_material = ExtResource("6_idhp2")

View File

@@ -1,11 +1,10 @@
[gd_resource type="Resource" script_class="CardText" load_steps=3 format=3 uid="uid://yjknwdimtm8g"]
[gd_resource type="Resource" script_class="CardText" format=3 uid="uid://yjknwdimtm8g"]
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://Scripts/Resources/feature.gd" id="1_rinww"]
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_drgp3"]
[resource]
script = ExtResource("2_drgp3")
target_type = Array[int]([])
energy_type = 2
attributes = Dictionary[String, float]({
"Damage": 1.0,
@@ -13,5 +12,4 @@ attributes = Dictionary[String, float]({
"Fire Delay": 0.4,
"Range": 3.0
})
features = Array[ExtResource("1_rinww")]([])
text = "DESC_WEAPON_FLAMETHROWER"