conforms file names to consistant standard

This commit is contained in:
2026-02-21 04:24:04 +11:00
parent 6b67dd9755
commit 5a4ad8633a
1991 changed files with 3836 additions and 7976 deletions

View File

@@ -0,0 +1,40 @@
[gd_scene format=3 uid="uid://bd65e03fscyxr"]
[ext_resource type="PackedScene" uid="uid://difwo7wlyqr3h" path="res://scenes/weapons/hitscan_weapon.tscn" id="1_6ph0d"]
[ext_resource type="Script" uid="uid://q3tg4ygw1ro7" path="res://weapons/balista_weapon/scr_balista_weapon.gd" id="2_r0w4v"]
[ext_resource type="Texture2D" uid="uid://bepgxu7wtcl1i" path="res://weapons/balista_weapon/tex_scope_overlay.png" id="3_fhx8q"]
[ext_resource type="Resource" uid="uid://3y7n1vdvf822" path="res://weapons/balista_weapon/weapon_stats.tres" id="3_mmfq3"]
[ext_resource type="Texture2D" uid="uid://cv2eycs1j0ho7" path="res://weapons/balista_weapon/tex_balista_weapon.png" id="4_ub37g"]
[ext_resource type="AudioStream" uid="uid://dknygn5eyuhxt" path="res://audio/aud_shot.wav" id="6_pd8iu"]
[sub_resource type="AtlasTexture" id="AtlasTexture_yqrrp"]
resource_local_to_scene = true
atlas = ExtResource("4_ub37g")
region = Rect2(0, 0, 64, 64)
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_x11yr"]
random_pitch = 1.1
streams_count = 1
stream_0/stream = ExtResource("6_pd8iu")
[node name="HitscanWeapon" unique_id=664885704 node_paths=PackedStringArray("scope_mask") instance=ExtResource("1_6ph0d")]
script = ExtResource("2_r0w4v")
scope_mask = NodePath("CanvasLayer")
stats = ExtResource("3_mmfq3")
[node name="Sprite3D" parent="." index="0" unique_id=1457062627]
texture = SubResource("AtlasTexture_yqrrp")
[node name="CanvasLayer" type="CanvasLayer" parent="." index="4" unique_id=267445503]
visible = false
[node name="TextureRect" type="TextureRect" parent="CanvasLayer" index="0" unique_id=960400144]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("3_fhx8q")
[node name="AudioStreamPlayer3D" parent="." index="6" unique_id=1246168083]
stream = SubResource("AudioStreamRandomizer_x11yr")

View File

@@ -0,0 +1,15 @@
class_name SniperWeapon
extends HitscanWeapon
@export var scope_mask: CanvasLayer
func hold_second_trigger() -> void:
super.hold_second_trigger()
scope_mask.set_visible(true)
hero.set_zoom_factor(3.0)
func release_second_trigger() -> void:
super.release_second_trigger()
scope_mask.set_visible(false)

View File

@@ -0,0 +1 @@
uid://q3tg4ygw1ro7

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cv2eycs1j0ho7"
path="res://.godot/imported/tex_balista_weapon.png-5645905a6be7da9f1c61a09531fe3edd.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://weapons/balista_weapon/tex_balista_weapon.png"
dest_files=["res://.godot/imported/tex_balista_weapon.png-5645905a6be7da9f1c61a09531fe3edd.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bepgxu7wtcl1i"
path="res://.godot/imported/tex_scope_overlay.png-226193e11d874b463231f3569881e029.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://weapons/balista_weapon/tex_scope_overlay.png"
dest_files=["res://.godot/imported/tex_scope_overlay.png-226193e11d874b463231f3569881e029.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=false
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=1

View File

@@ -0,0 +1,17 @@
[gd_resource type="Resource" script_class="CardText" format=3 uid="uid://3y7n1vdvf822"]
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://scripts/resources/feature.gd" id="1_y0q7b"]
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://scripts/resources/cassette_text.gd" id="2_qyvv8"]
[ext_resource type="Resource" uid="uid://bij61ul87ka0r" path="res://scripts/features/extended_barrel/extended_barrel_feature.tres" id="2_ydgyt"]
[resource]
script = ExtResource("2_qyvv8")
energy_type = 1
attributes = Dictionary[String, float]({
"Damage": 30.0,
"Energy": 10.0,
"Fire Delay": 0.9,
"Range": 100.0
})
features = Array[ExtResource("1_y0q7b")]([ExtResource("2_ydgyt")])
text = "DESC_WEAPON_SNIPER"