updated to godot 4.6
This commit is contained in:
@@ -15,9 +15,11 @@ dest_files=["res://.godot/imported/bombamod.glb-117802fd80272dd9feeffac01483d192
|
||||
|
||||
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": {
|
||||
"bombamod_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://bombamodel.res"
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/bombatex.png-df385163499382b24d471f4ddfe7bd23
|
||||
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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://bod84abxnnmdo"]
|
||||
[gd_scene format=3 uid="uid://bod84abxnnmdo"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bidr1m71pajma" path="res://Scenes/Towers/projectile_tower.tscn" id="1_b7osn"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://cbuu5w43qins8" path="res://Towers/BombLauncher/bombamodel.res" id="2_8yc3r"]
|
||||
@@ -9,20 +9,18 @@
|
||||
|
||||
[sub_resource type="Resource" id="Resource_twicp"]
|
||||
script = ExtResource("2_kdbmn")
|
||||
damage = 0
|
||||
status_effects = Array[ExtResource("3_qwant")]([])
|
||||
metadata/_custom_type_script = "uid://djp7tepdsda8w"
|
||||
|
||||
[node name="ProjectileTower" instance=ExtResource("1_b7osn")]
|
||||
[node name="ProjectileTower" unique_id=154897787 instance=ExtResource("1_b7osn")]
|
||||
script = ExtResource("2_qwant")
|
||||
effect = SubResource("Resource_twicp")
|
||||
|
||||
[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, 0.386736, 0)
|
||||
mesh = ExtResource("2_8yc3r")
|
||||
|
||||
[node name="SpawnAffect" parent="." index="6"]
|
||||
[node name="SpawnAffect" parent="." index="6" unique_id=595069188]
|
||||
spawn_scene = ExtResource("3_kdbmn")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="CardText" load_steps=3 format=3 uid="uid://8eaecilvan23"]
|
||||
[gd_resource type="Resource" script_class="CardText" format=3 uid="uid://8eaecilvan23"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://Scripts/Resources/feature.gd" id="1_73lec"]
|
||||
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_1vuma"]
|
||||
@@ -6,11 +6,9 @@
|
||||
[resource]
|
||||
script = ExtResource("2_1vuma")
|
||||
target_type = Array[int]([1])
|
||||
energy_type = 0
|
||||
attributes = Dictionary[String, float]({
|
||||
"Damage": 10.0,
|
||||
"Fire Delay": 4.0,
|
||||
"Range": 8.0
|
||||
})
|
||||
features = Array[ExtResource("1_73lec")]([])
|
||||
text = "DESC_TOWER_BOMB"
|
||||
|
||||
Reference in New Issue
Block a user