updated to godot 4.6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://bhbfd3prwqmyx"]
|
||||
[gd_scene format=3 uid="uid://bhbfd3prwqmyx"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bidr1m71pajma" path="res://Scenes/Towers/projectile_tower.tscn" id="1_hqry2"]
|
||||
[ext_resource type="Script" uid="uid://djp7tepdsda8w" path="res://Scripts/effect.gd" id="2_rtffu"]
|
||||
@@ -15,18 +15,17 @@ metadata/_custom_type_script = "uid://c6eghujlaqhwi"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_bxn1b"]
|
||||
script = ExtResource("2_rtffu")
|
||||
damage = 0
|
||||
status_effects = Array[ExtResource("3_nwd61")]([SubResource("Resource_sr3we")])
|
||||
metadata/_custom_type_script = "uid://djp7tepdsda8w"
|
||||
|
||||
[node name="ProjectileTower" instance=ExtResource("1_hqry2")]
|
||||
[node name="ProjectileTower" unique_id=1839068101 instance=ExtResource("1_hqry2")]
|
||||
effect = SubResource("Resource_bxn1b")
|
||||
|
||||
[node name="Pitch" parent="." index="1"]
|
||||
[node name="Pitch" parent="." index="1" unique_id=2005074924]
|
||||
mesh = ExtResource("6_yphct")
|
||||
|
||||
[node name="Yaw" parent="." index="2"]
|
||||
[node name="Yaw" parent="." index="2" unique_id=36855242]
|
||||
transform = Transform3D(0.165, 0, 0, 0, 0.165, 0, 0, 0, 0.165, 0, 1.76777, 0)
|
||||
|
||||
[node name="SpawnAffect" parent="." index="6"]
|
||||
[node name="SpawnAffect" parent="." index="6" unique_id=595069188]
|
||||
spawn_scene = ExtResource("7_i3p2x")
|
||||
|
||||
@@ -15,9 +15,11 @@ dest_files=["res://.godot/imported/magetower.glb-a9140869908a4a11a308886b478c342
|
||||
|
||||
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": {
|
||||
"magetower_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://magetowermesh.res"
|
||||
}
|
||||
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/magetower.png-41b8ad4b23ed898a3be91cee65c3f2a
|
||||
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_resource type="Resource" script_class="CardText" load_steps=3 format=3 uid="uid://dnvqghpwyuw84"]
|
||||
[gd_resource type="Resource" script_class="CardText" format=3 uid="uid://dnvqghpwyuw84"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://Scripts/Resources/feature.gd" id="1_may4k"]
|
||||
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_nconk"]
|
||||
@@ -6,11 +6,9 @@
|
||||
[resource]
|
||||
script = ExtResource("2_nconk")
|
||||
target_type = Array[int]([1, 2])
|
||||
energy_type = 0
|
||||
attributes = Dictionary[String, float]({
|
||||
"Damage": 5.0,
|
||||
"Fire Delay": 3.0,
|
||||
"Range": 15.0
|
||||
})
|
||||
features = Array[ExtResource("1_may4k")]([])
|
||||
text = "DESC_TOWER_FIREBALL"
|
||||
|
||||
Reference in New Issue
Block a user