EvilCocoGame1/assets/scenes/ui_choose.gd

9 lines
151 B
GDScript3
Raw Normal View History

2025-01-11 00:25:52 +01:00
extends Node2D
func _ready() -> void:
Globals.FaceChoices.GLASSES
pass # Replace with function body.
func _process(delta: float) -> void:
pass