5 lines
80 B
GDScript
5 lines
80 B
GDScript
extends Node
|
|
|
|
@export var Level: int #test value
|
|
@export var StarTotal: int = 0
|