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

@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/fireball.png-ca2a9f79a1b748ed1d541f020b0c8375
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
@@ -25,6 +27,10 @@ mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=9 format=3 uid="uid://dnwjfb4fexr0o"]
[gd_scene format=3 uid="uid://dnwjfb4fexr0o"]
[ext_resource type="PackedScene" uid="uid://bqdllitxbbpyp" path="res://Scenes/Weapons/projectile_weapon.tscn" id="1_7k6fb"]
[ext_resource type="Script" uid="uid://b31wq61g2i5vt" path="res://Weapons/Fireball/weapon_fireball.gd" id="2_nprco"]
@@ -7,7 +7,7 @@
[ext_resource type="Texture2D" uid="uid://mwgpnnm3g3re" path="res://Weapons/Fireball/fireball.png" id="5_r42ic"]
[ext_resource type="AudioStream" uid="uid://dknygn5eyuhxt" path="res://Audio/shot1.wav" id="6_o5rjg"]
[sub_resource type="AtlasTexture" id="AtlasTexture_hfmm6"]
[sub_resource type="AtlasTexture" id="AtlasTexture_y1w8j"]
resource_local_to_scene = true
atlas = ExtResource("5_r42ic")
region = Rect2(0, 0, 64, 64)
@@ -17,13 +17,13 @@ random_pitch = 1.1
streams_count = 1
stream_0/stream = ExtResource("6_o5rjg")
[node name="FireballWeapon" instance=ExtResource("1_7k6fb")]
[node name="FireballWeapon" unique_id=2144147320 instance=ExtResource("1_7k6fb")]
script = ExtResource("2_nprco")
projectile_scene = ExtResource("3_2j1mm")
stats = ExtResource("4_rqdnu")
[node name="Sprite3D" parent="." index="0"]
texture = SubResource("AtlasTexture_hfmm6")
[node name="Sprite3D" parent="." index="0" unique_id=1457062627]
texture = SubResource("AtlasTexture_y1w8j")
[node name="AudioStreamPlayer3D" parent="." index="3"]
[node name="AudioStreamPlayer3D" parent="." index="3" unique_id=1246168083]
stream = SubResource("AudioStreamRandomizer_6xq8y")

View File

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