Updated func_godot

This commit is contained in:
MaddoScientisto 2025-12-28 22:53:18 +01:00
commit 01a852de9b
170 changed files with 1705 additions and 2296 deletions

View file

@ -8,17 +8,6 @@
[resource]
script = ExtResource("2_en8ro")
gamepack_name = "func_godot"
game_name = "FuncGodot"
base_game_path = ""
fgd_file = ExtResource("1_gct4v")
netradiant_custom_shaders = Array[Resource]([ExtResource("2_w7psh"), ExtResource("3_6gpk8"), ExtResource("4_8rl60")])
texture_types = PackedStringArray("png", "jpg", "jpeg", "bmp", "tga")
model_types = PackedStringArray("glb", "gltf", "obj")
sound_types = PackedStringArray("wav", "ogg")
default_scale = "1.0"
clip_texture = "textures/special/clip"
skip_texture = "textures/special/skip"
map_type = 1
default_build_menu_variables = {}
default_build_menu_commands = {}
texture_types = PackedStringArray("png", "jpg", "jpeg", "bmp", "tga")

View file

@ -4,5 +4,4 @@
[resource]
script = ExtResource("1_cuylw")
texture_path = "textures/special/clip"
shader_attributes = Array[String](["qer_trans 0.4"])
texture_path = "textures/clip"

View file

@ -4,5 +4,4 @@
[resource]
script = ExtResource("1_ah2cp")
texture_path = "textures/special/origin"
shader_attributes = Array[String](["qer_trans 0.4"])
texture_path = "textures/origin"

View file

@ -4,5 +4,4 @@
[resource]
script = ExtResource("1_4ja6h")
texture_path = "textures/special/skip"
shader_attributes = Array[String](["qer_trans 0.4"])
texture_path = "textures/skip"