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/rocket_launcher.png-46d46e1e1165d4d8f36827513
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

@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/target_icon.png-fdb073988a655736b50ac44c55c9a
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,8 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://csufsbi64asau"]
[gd_scene format=3 uid="uid://csufsbi64asau"]
[ext_resource type="Texture2D" uid="uid://hnfa76d6tdi" path="res://Weapons/RocketLauncher/target_icon.png" id="1_r4a3f"]
[node name="Node3D" type="Sprite3D"]
[node name="Node3D" type="Sprite3D" unique_id=1768912620]
sorting_offset = 20.0
pixel_size = 0.002
billboard = 1

View File

@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/target_list.png-8dceb321dce44756cc7d567683ca0
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=false
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=12 format=3 uid="uid://bdp7icdejayvr"]
[gd_scene format=3 uid="uid://bdp7icdejayvr"]
[ext_resource type="PackedScene" uid="uid://bqdllitxbbpyp" path="res://Scenes/Weapons/projectile_weapon.tscn" id="1_gxaua"]
[ext_resource type="Script" uid="uid://cuxi02s34ohs" path="res://Weapons/RocketLauncher/weapon_rocket_launcher.gd" id="2_8x1tf"]
@@ -9,7 +9,7 @@
[ext_resource type="Texture2D" uid="uid://cc2umukpibmx1" path="res://Weapons/RocketLauncher/target_list.png" id="6_jlv88"]
[ext_resource type="AudioStream" uid="uid://dknygn5eyuhxt" path="res://Audio/shot1.wav" id="8_genbv"]
[sub_resource type="AtlasTexture" id="AtlasTexture_f4p4w"]
[sub_resource type="AtlasTexture" id="AtlasTexture_y0imp"]
resource_local_to_scene = true
atlas = ExtResource("4_iygkf")
region = Rect2(0, 0, 64, 64)
@@ -23,7 +23,7 @@ random_pitch = 1.1
streams_count = 1
stream_0/stream = ExtResource("8_genbv")
[node name="RocketLauncher" node_paths=PackedStringArray("targeting_raycast", "targeting_ui_rect") instance=ExtResource("1_gxaua")]
[node name="RocketLauncher" unique_id=2076073673 node_paths=PackedStringArray("targeting_raycast", "targeting_ui_rect") instance=ExtResource("1_gxaua")]
script = ExtResource("2_8x1tf")
target_icon_scene = ExtResource("3_2x5va")
targeting_raycast = NodePath("RayCast3D")
@@ -31,14 +31,14 @@ targeting_ui_rect = NodePath("TextureRect")
projectile_scene = ExtResource("2_lfuvh")
stats = ExtResource("3_i1hxj")
[node name="Sprite3D" parent="." index="0"]
texture = SubResource("AtlasTexture_f4p4w")
[node name="Sprite3D" parent="." index="0" unique_id=1457062627]
texture = SubResource("AtlasTexture_y0imp")
[node name="RayCast3D" type="RayCast3D" parent="." index="2"]
[node name="RayCast3D" type="RayCast3D" parent="." index="2" unique_id=2956936]
target_position = Vector3(0, 0, -100)
collision_mask = 4
[node name="TextureRect" type="TextureRect" parent="." index="3"]
[node name="TextureRect" type="TextureRect" parent="." index="3" unique_id=685568998]
visible = false
anchors_preset = 8
anchor_left = 0.5
@@ -53,5 +53,5 @@ grow_horizontal = 2
grow_vertical = 2
texture = SubResource("AtlasTexture_ewxon")
[node name="AudioStreamPlayer3D" parent="." index="5"]
[node name="AudioStreamPlayer3D" parent="." index="5" unique_id=1246168083]
stream = SubResource("AudioStreamRandomizer_5w2i3")

View File

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