feat: adding the skin_shader_generator, and gacha base barebone

This commit is contained in:
2026-04-24 00:17:00 +08:00
parent 16c82a48b8
commit 7e4b707e84
196 changed files with 4883 additions and 200 deletions
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/bob_hat_blue.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/bob_hat_green.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/bob_hat_red.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/bob_hat_yellow.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/gatot_hat_blue.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/gatot_hat_green.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/gatot_hat_red.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/gatot_hat_yellow.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/masbro_hat_blue.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/masbro_hat_green.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/masbro_hat_red.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" path="res://assets/characters/skins/tex/masbro_hat_yellow.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cx2antvcswa6p"
path="res://.godot/imported/oldpop_hat_white.png-2076758fa03ae3b17d5f92b877dc936f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/characters/skins/hat/oldpop_hat_white.png"
dest_files=["res://.godot/imported/oldpop_hat_white.png-2076758fa03ae3b17d5f92b877dc936f.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
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" uid="uid://d0wp6uqk30u6c" path="res://assets/characters/skins/tex/oldpop_hat_blue.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" uid="uid://d4ifn6pltc7bc" path="res://assets/characters/skins/tex/oldpop_hat_green.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" uid="uid://df8atdr3fyhsc" path="res://assets/characters/skins/tex/oldpop_hat_red.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")
File diff suppressed because one or more lines are too long
@@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" format=3]
[ext_resource type="Texture2D" uid="uid://685lyodh7wrw" path="res://assets/characters/skins/tex/oldpop_hat_yellow.png" id="1"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1")