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

@@ -15,9 +15,11 @@ dest_files=["res://.godot/imported/reactor.glb-d5832fa37bbb50b548020c0cdea63120.
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/root_script=null
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
@@ -32,6 +34,9 @@ animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={
"meshes": {
"reactor_Cube": {
@@ -41,6 +46,7 @@ _subresources={
"lods/normal_merge_angle": 60.0,
"lods/normal_split_angle": 25.0,
"save_to_file/enabled": false,
"save_to_file/fallback_path": "",
"save_to_file/make_streamable": "",
"save_to_file/path": "res://reactor_mesh.res"
}

View File

@@ -19,6 +19,8 @@ dest_files=["res://.godot/imported/reactor.png-6cccb27d4ef196e98f39928aa1a0cc59.
compress/mode=2
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
@@ -26,6 +28,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

Binary file not shown.

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=10 format=3 uid="uid://b7idyi1c67ou4"]
[gd_scene format=3 uid="uid://b7idyi1c67ou4"]
[ext_resource type="PackedScene" uid="uid://kioik38usbqj" path="res://Scenes/Towers/area_tower.tscn" id="1_0qp3f"]
[ext_resource type="Resource" uid="uid://cssdyxk8oefsd" path="res://Towers/Reactor/tower_stats.tres" id="2_gthqr"]
@@ -15,17 +15,16 @@ metadata/_custom_type_script = "uid://c6eghujlaqhwi"
[sub_resource type="Resource" id="Resource_joohe"]
script = ExtResource("2_v1m7x")
damage = 0
status_effects = Array[ExtResource("3_amg2o")]([SubResource("Resource_ltmnh")])
metadata/_custom_type_script = "uid://djp7tepdsda8w"
[node name="Tower" instance=ExtResource("1_0qp3f")]
[node name="Tower" unique_id=601372327 instance=ExtResource("1_0qp3f")]
turns_to_aim = false
stats = ExtResource("2_gthqr")
effect = SubResource("Resource_joohe")
[node name="Yaw" parent="." index="2"]
[node name="Yaw" parent="." index="2" unique_id=1867477]
mesh = ExtResource("6_7kedu")
[node name="CSGSphere3D" parent="." index="4"]
[node name="CSGSphere3D" parent="." index="4" unique_id=1039990115]
radius = 5.0

View File

@@ -1,4 +1,4 @@
[gd_resource type="Resource" script_class="CardText" load_steps=3 format=3 uid="uid://cssdyxk8oefsd"]
[gd_resource type="Resource" script_class="CardText" format=3 uid="uid://cssdyxk8oefsd"]
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://Scripts/Resources/feature.gd" id="1_8hcmy"]
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_8w61k"]
@@ -6,10 +6,8 @@
[resource]
script = ExtResource("2_8w61k")
target_type = Array[int]([1, 2])
energy_type = 0
attributes = Dictionary[String, float]({
"Fire Delay": 4.0,
"Range": 30.0
})
features = Array[ExtResource("1_8hcmy")]([])
text = "DESC_TOWER_RADIATION"