updated to godot 4.6
This commit is contained in:
@@ -15,9 +15,11 @@ dest_files=["res://.godot/imported/box_o_rockets.glb-bcaa8f10ee33bf8d4b8f7f22ddc
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
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=false
|
||||
@@ -32,10 +34,14 @@ 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={
|
||||
"materials": {
|
||||
"Material": {
|
||||
"use_external/enabled": true,
|
||||
"use_external/fallback_path": "res://Towers/RocketLauncher/boxorockets_mat.tres",
|
||||
"use_external/path": "uid://due2j42y7qutw"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,6 +22,8 @@ dest_files=["res://.godot/imported/box_o_rockets_boxorockets.png-25a48aee4132dd9
|
||||
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
|
||||
@@ -29,6 +31,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_resource type="ShaderMaterial" load_steps=3 format=3 uid="uid://due2j42y7qutw"]
|
||||
[gd_resource type="ShaderMaterial" format=3 uid="uid://due2j42y7qutw"]
|
||||
|
||||
[ext_resource type="Shader" uid="uid://dq04j2s5foo2f" path="res://Shaders/mightyduke_ps1.gdshader" id="1_mieyr"]
|
||||
[ext_resource type="Texture2D" uid="uid://b54i2pdjv31xi" path="res://Towers/RocketLauncher/box_o_rockets_boxorockets.png" id="2_k3cta"]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://clunpgm4plkar"]
|
||||
[gd_scene format=3 uid="uid://clunpgm4plkar"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bidr1m71pajma" path="res://Scenes/Towers/projectile_tower.tscn" id="1_743vv"]
|
||||
[ext_resource type="Script" uid="uid://djp7tepdsda8w" path="res://Scripts/effect.gd" id="2_exq6d"]
|
||||
@@ -8,25 +8,23 @@
|
||||
|
||||
[sub_resource type="Resource" id="Resource_idxp2"]
|
||||
script = ExtResource("2_exq6d")
|
||||
damage = 0
|
||||
status_effects = Array[ExtResource("3_11qtm")]([])
|
||||
metadata/_custom_type_script = "uid://djp7tepdsda8w"
|
||||
|
||||
[node name="ProjectileTower" instance=ExtResource("1_743vv")]
|
||||
[node name="ProjectileTower" unique_id=1889204567 instance=ExtResource("1_743vv")]
|
||||
effect = SubResource("Resource_idxp2")
|
||||
|
||||
[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.55964, 0)
|
||||
visible = false
|
||||
|
||||
[node name="TargetFinder" parent="." index="5"]
|
||||
[node name="TargetFinder" parent="." index="5" unique_id=278878888]
|
||||
max_targets = 3
|
||||
|
||||
[node name="SpawnAffect" parent="." index="6"]
|
||||
[node name="SpawnAffect" parent="." index="6" unique_id=595069188]
|
||||
spawn_scene = ExtResource("4_vxjrf")
|
||||
|
||||
[node name="box_o_rockets" parent="." index="7" instance=ExtResource("5_5dmv2")]
|
||||
[node name="box_o_rockets" parent="." index="7" unique_id=1877495300 instance=ExtResource("5_5dmv2")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.467609, 0)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="CardText" load_steps=4 format=3 uid="uid://c65rq455ma8f6"]
|
||||
[gd_resource type="Resource" script_class="CardText" format=3 uid="uid://c65rq455ma8f6"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://Scripts/Resources/feature.gd" id="2_gaqbj"]
|
||||
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_lag26"]
|
||||
@@ -6,8 +6,6 @@
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_lag26")
|
||||
target_type = Array[int]([])
|
||||
energy_type = 0
|
||||
attributes = Dictionary[String, float]({
|
||||
"Damage": 8.0,
|
||||
"Fire Delay": 5.0,
|
||||
|
||||
Reference in New Issue
Block a user