9 lines
151 B
GDScript
9 lines
151 B
GDScript
extends Node2D
|
|
|
|
func _ready() -> void:
|
|
Globals.FaceChoices.GLASSES
|
|
pass # Replace with function body.
|
|
|
|
func _process(delta: float) -> void:
|
|
pass
|