Bugbot/UI/ControllerInput/wheel_data.gd

7 lines
265 B
GDScript

class_name ControllerInputWheelData
extends Resource
## Each element in this array should be an array of characters to place in the
## character select wheel. Starts at the North position and works clockwise.
@export var characters : Array[PackedStringArray] = []