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,13 @@
[gd_scene format=3 uid="uid://dyurjxotdkf1u"]
[ext_resource type="PackedScene" uid="uid://beq6rn0babncg" path="res://scenes/projectiles/status_applying_projectile.tscn" id="1_mmk8p"]
[ext_resource type="Script" uid="uid://bnddiewx0br8" path="res://projectiles/icicle/scr_icicle.gd" id="2_nukn5"]
[ext_resource type="Resource" uid="uid://fed6kimfbcwv" path="res://resources/status_effects/cold.tres" id="3_ruu1t"]
[ext_resource type="Texture2D" uid="uid://cqmt5m0grnppx" path="res://projectiles/icicle/tex_icicle.png" id="4_ycq5n"]
[node name="Icicle" unique_id=41430945 instance=ExtResource("1_mmk8p")]
script = ExtResource("2_nukn5")
status_stats = ExtResource("3_ruu1t")
[node name="Sprite3D" parent="." index="1"]
texture = ExtResource("4_ycq5n")

View File

@@ -0,0 +1,8 @@
class_name IcicleProjectile
extends StatusApplyingProjectile
func build_status_object() -> StatusEffect:
var status: StatusSlow = StatusSlow.new()
status.stats = status_stats
return status

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 969 B

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cqmt5m0grnppx"
path="res://.godot/imported/tex_icicle.png-d75ea489908bbcb689d857b254db623d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://projectiles/icicle/tex_icicle.png"
dest_files=["res://.godot/imported/tex_icicle.png-d75ea489908bbcb689d857b254db623d.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