Overhauled camera
This commit is contained in:
parent
5fe8f22ccb
commit
da78e7f287
21 changed files with 385 additions and 71 deletions
|
|
@ -14,6 +14,9 @@ func _ready() -> void:
|
|||
else:
|
||||
hexagon_small.set_surface_override_material(0, resource.material_white.duplicate())
|
||||
|
||||
if is_black:
|
||||
hexagon_small.rotation.y = PI
|
||||
|
||||
var mat: StandardMaterial3D = hexagon_small.get_surface_override_material(0)
|
||||
mat.transparency = BaseMaterial3D.TRANSPARENCY_ALPHA
|
||||
mat.albedo_color.a = 0.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue