conforms file names to consistant standard
This commit is contained in:
BIN
towers/flamethrower_tower/flamethrower.png
Normal file
BIN
towers/flamethrower_tower/flamethrower.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
40
towers/flamethrower_tower/flamethrower.png.import
Normal file
40
towers/flamethrower_tower/flamethrower.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://33ebstkmuw2s"
|
||||
path="res://.godot/imported/flamethrower.png-d61db84911e5c0693f868d1f48691586.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://towers/flamethrower_tower/flamethrower.png"
|
||||
dest_files=["res://.godot/imported/flamethrower.png-d61db84911e5c0693f868d1f48691586.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
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
|
||||
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
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
BIN
towers/flamethrower_tower/flamethrower_mesh.res
Normal file
BIN
towers/flamethrower_tower/flamethrower_mesh.res
Normal file
Binary file not shown.
BIN
towers/flamethrower_tower/flamethrower_mesh.res.depren
Normal file
BIN
towers/flamethrower_tower/flamethrower_mesh.res.depren
Normal file
Binary file not shown.
40
towers/flamethrower_tower/tower_flamethrower.tscn
Normal file
40
towers/flamethrower_tower/tower_flamethrower.tscn
Normal file
@@ -0,0 +1,40 @@
|
||||
[gd_scene format=3 uid="uid://h34khfekaemi"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://kioik38usbqj" path="res://scenes/towers/area_tower.tscn" id="1_m6l05"]
|
||||
[ext_resource type="Script" uid="uid://djp7tepdsda8w" path="res://scripts/effect.gd" id="2_gkn1q"]
|
||||
[ext_resource type="Script" uid="uid://chy7bx8dlwgs0" path="res://scripts/status_effects/status_effect.gd" id="3_4h7vt"]
|
||||
[ext_resource type="Resource" uid="uid://dbanx8taicddm" path="res://resources/status_effects/on_fire.tres" id="3_aop2h"]
|
||||
[ext_resource type="Resource" uid="uid://cdtjbxs21peqg" path="res://towers/flamethrower_tower/tower_stats.tres" id="4_by7c8"]
|
||||
[ext_resource type="Script" uid="uid://c6eghujlaqhwi" path="res://scripts/status_effects/status_dot.gd" id="4_p8owx"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://b4p0d4y8fdeox" path="res://towers/flamethrower_tower/flamethrower_mesh.res" id="5_tc7nr"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_f5usv"]
|
||||
script = ExtResource("4_p8owx")
|
||||
stats = ExtResource("3_aop2h")
|
||||
|
||||
[sub_resource type="Resource" id="Resource_wvbdd"]
|
||||
script = ExtResource("2_gkn1q")
|
||||
status_effects = Array[ExtResource("3_4h7vt")]([SubResource("Resource_f5usv")])
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_tyf6m"]
|
||||
radius = 3.5
|
||||
|
||||
[node name="FlamethrowerTower" unique_id=1462984356 instance=ExtResource("1_m6l05")]
|
||||
stats = ExtResource("4_by7c8")
|
||||
effect = SubResource("Resource_wvbdd")
|
||||
|
||||
[node name="Pitch" parent="." index="1" unique_id=1225654056]
|
||||
transform = Transform3D(0.42, 0, 0, 0, 0.42, 0, 0, 0, 0.42, 0, 0.389397, 0)
|
||||
mesh = ExtResource("5_tc7nr")
|
||||
|
||||
[node name="ShapeCast3D" type="ShapeCast3D" parent="Pitch" index="0" unique_id=1235571131]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.896251, -0.56516)
|
||||
shape = SubResource("SphereShape3D_tyf6m")
|
||||
target_position = Vector3(0, 0, -3)
|
||||
collision_mask = 4
|
||||
|
||||
[node name="CSGSphere3D" parent="." index="4" unique_id=1039990115]
|
||||
radius = 3.0
|
||||
|
||||
[node name="AreaAffector" parent="." index="6" unique_id=1048310301 node_paths=PackedStringArray("shapecast")]
|
||||
shapecast = NodePath("../Pitch/ShapeCast3D")
|
||||
16
towers/flamethrower_tower/tower_stats.tres
Normal file
16
towers/flamethrower_tower/tower_stats.tres
Normal file
@@ -0,0 +1,16 @@
|
||||
[gd_resource type="Resource" script_class="CardText" format=3 uid="uid://cdtjbxs21peqg"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://scripts/resources/feature.gd" id="1_8a4q3"]
|
||||
[ext_resource type="Resource" uid="uid://dfup264h2pun7" path="res://scripts/features/heavy_rounds/heavy_rounds_feature.tres" id="2_lp08p"]
|
||||
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://scripts/resources/cassette_text.gd" id="2_wptab"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_wptab")
|
||||
target_type = Array[int]([1])
|
||||
attributes = Dictionary[String, float]({
|
||||
"Damage": 0.0,
|
||||
"Fire Delay": 0.5,
|
||||
"Range": 3.0
|
||||
})
|
||||
features = Array[ExtResource("1_8a4q3")]([ExtResource("2_lp08p")])
|
||||
text = "DESC_TOWER_FLAMETHROWER"
|
||||
BIN
towers/flamethrower_tower/untirastflametled.glb
Normal file
BIN
towers/flamethrower_tower/untirastflametled.glb
Normal file
Binary file not shown.
56
towers/flamethrower_tower/untirastflametled.glb.import
Normal file
56
towers/flamethrower_tower/untirastflametled.glb.import
Normal file
@@ -0,0 +1,56 @@
|
||||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://dw1inygy0r6l6"
|
||||
path="res://.godot/imported/untirastflametled.glb-4b0d913019566a263014ad7ec0d303f8.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://towers/flamethrower_tower/untirastflametled.glb"
|
||||
dest_files=["res://.godot/imported/untirastflametled.glb-4b0d913019566a263014ad7ec0d303f8.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
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
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
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": {
|
||||
"untirastflametled_Cube": {
|
||||
"generate/lightmap_uv": 0,
|
||||
"generate/lods": 0,
|
||||
"generate/shadow_meshes": 0,
|
||||
"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://flamethrower_mesh.res"
|
||||
}
|
||||
}
|
||||
}
|
||||
gltf/naming_version=0
|
||||
gltf/embedded_image_handling=1
|
||||
Reference in New Issue
Block a user