updated to godot 4.6
This commit is contained in:
@@ -15,9 +15,11 @@ dest_files=["res://.godot/imported/fridge.glb-69dc9fb49196363329aba6b841ca5b42.s
|
||||
|
||||
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": {
|
||||
"fridge_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://fridge_mesh.res"
|
||||
}
|
||||
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/fridge.png-dd549cd990b2de8211961cfb961cde6e.c
|
||||
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
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://dfgxf88kk2nhn"]
|
||||
[gd_scene format=3 uid="uid://dfgxf88kk2nhn"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://kioik38usbqj" path="res://Scenes/Towers/area_tower.tscn" id="1_3igso"]
|
||||
[ext_resource type="Resource" uid="uid://st0qrut5nxrm" path="res://Towers/Refrigerator/tower_stats.tres" id="2_4wo3i"]
|
||||
@@ -15,17 +15,16 @@ metadata/_custom_type_script = "uid://bh74uangqekuk"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_yoqmb"]
|
||||
script = ExtResource("2_npue5")
|
||||
damage = 0
|
||||
status_effects = Array[ExtResource("3_frvi8")]([SubResource("Resource_d3abg")])
|
||||
metadata/_custom_type_script = "uid://djp7tepdsda8w"
|
||||
|
||||
[node name="Tower" instance=ExtResource("1_3igso")]
|
||||
[node name="Tower" unique_id=555371417 instance=ExtResource("1_3igso")]
|
||||
turns_to_aim = false
|
||||
stats = ExtResource("2_4wo3i")
|
||||
effect = SubResource("Resource_yoqmb")
|
||||
|
||||
[node name="Yaw" parent="." index="2"]
|
||||
[node name="Yaw" parent="." index="2" unique_id=1867477]
|
||||
mesh = ExtResource("6_bb4hb")
|
||||
|
||||
[node name="CSGSphere3D" parent="." index="4"]
|
||||
[node name="CSGSphere3D" parent="." index="4" unique_id=1039990115]
|
||||
radius = 3.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="CardText" load_steps=3 format=3 uid="uid://st0qrut5nxrm"]
|
||||
[gd_resource type="Resource" script_class="CardText" format=3 uid="uid://st0qrut5nxrm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://Scripts/Resources/feature.gd" id="1_mfkpu"]
|
||||
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_w4q6a"]
|
||||
@@ -6,11 +6,9 @@
|
||||
[resource]
|
||||
script = ExtResource("2_w4q6a")
|
||||
target_type = Array[int]([1])
|
||||
energy_type = 0
|
||||
attributes = Dictionary[String, float]({
|
||||
"Damage": 0.0,
|
||||
"Fire Delay": 1.0,
|
||||
"Range": 3.0
|
||||
})
|
||||
features = Array[ExtResource("1_mfkpu")]([])
|
||||
text = "DESC_TOWER_FREEZER"
|
||||
|
||||
Reference in New Issue
Block a user