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

Binary file not shown.

View File

@@ -15,9 +15,11 @@ dest_files=["res://.godot/imported/assaultmodel.glb-c10acce7564bc135e02030461d69
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": {
"assaultmodel_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://assaultmod.res"
}

View File

@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/assaulttex.png-64041db54a52629948ed53cec383b9
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=7 format=3 uid="uid://chbmp1ap8jc7"]
[gd_scene format=3 uid="uid://chbmp1ap8jc7"]
[ext_resource type="PackedScene" uid="uid://43vmeyuurqfs" path="res://Scenes/Towers/direct_affect_tower.tscn" id="1_cn3qe"]
[ext_resource type="Resource" uid="uid://bdmsiw45xxhiv" path="res://Towers/Assault/tower_stats.tres" id="2_gg1gn"]
@@ -9,13 +9,13 @@
[sub_resource type="Resource" id="Resource_c6gqc"]
script = ExtResource("3_75shm")
[node name="DirectAffectTower" instance=ExtResource("1_cn3qe")]
[node name="DirectAffectTower" unique_id=252570832 instance=ExtResource("1_cn3qe")]
stats = ExtResource("2_gg1gn")
effect = SubResource("Resource_c6gqc")
[node name="Pitch" parent="." index="1"]
[node name="Pitch" parent="." index="1" unique_id=2005074924]
visible = false
[node name="Yaw" parent="." index="2"]
[node name="Yaw" parent="." index="2" unique_id=36855242]
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 1.2058, 0)
mesh = ExtResource("4_1d5pl")

View File

@@ -1,4 +1,4 @@
[gd_resource type="Resource" script_class="CardText" load_steps=4 format=3 uid="uid://bdmsiw45xxhiv"]
[gd_resource type="Resource" script_class="CardText" format=3 uid="uid://bdmsiw45xxhiv"]
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_7wr4x"]
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://Scripts/Resources/feature.gd" id="2_74txn"]