SpielBackupAlt/scripts/Clock.gd

8 lines
124 B
GDScript3
Raw Permalink Normal View History

2024-12-26 14:54:06 +00:00
extends Spatial
func SetViewport(vp):
$Sprite3D.texture = vp.get_texture()
func Tick(_hour, _minute, _day):
pass