Files
HorrorGame/Assets/scripts/game_window.gd
2024-04-07 14:06:05 -05:00

12 lines
239 B
GDScript

extends Window
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass