charcoal; smelter item sprite;

crafting-fixed navigate-ingredients-crafting-recipe behav
This commit is contained in:
minjaesong
2024-02-02 16:48:07 +09:00
parent cfd0f0302e
commit a569a34005
14 changed files with 65 additions and 60 deletions

View File

@@ -40,6 +40,6 @@ void main(void) {
out_color = out_color * scanline_darkening;
}
fragColor = vec4(out_color, 1);
fragColor = vec4(out_color, color.a);
//fragColor = texture(u_texture, v_texCoords);
}