Add daynight scene to museum beome gen + add camera pivot to daynight

This commit is contained in:
2026-04-20 10:03:44 +02:00
parent b77a6263aa
commit 667e277806
9 changed files with 244 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
extends Node3D
func _input(event):
if event is InputEventKey and event.pressed:
if event.keycode == KEY_ESCAPE:
get_tree().quit()

View File

@@ -0,0 +1 @@
uid://bw42tcfoee7xl

File diff suppressed because one or more lines are too long