add new buttons

This commit is contained in:
m.cirafisi
2026-07-07 21:53:11 +02:00
parent 0e1afcab0c
commit 7dc4d524da
8 changed files with 139 additions and 7 deletions

View File

@@ -12,10 +12,10 @@ func _ready() -> void:
mat.transparency = BaseMaterial3D.TRANSPARENCY_ALPHA
#fix color
sub_viewport.use_hdr_2d = false
mat.albedo_texture_force_srgb = true
mat.shading_mode = BaseMaterial3D.SHADING_MODE_UNSHADED
mat.albedo_color = Color(0.85, 0.85, 0.85, 1.0)
#sub_viewport.use_hdr_2d = false
#mat.albedo_texture_force_srgb = true
#mat.shading_mode = BaseMaterial3D.SHADING_MODE_UNSHADED
#mat.albedo_color = Color(0.85, 0.85, 0.85, 1.0)
quad_cartello.material_override = mat