diff options
Diffstat (limited to 'game/instruction_resource.gd')
-rw-r--r-- | game/instruction_resource.gd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/game/instruction_resource.gd b/game/instruction_resource.gd new file mode 100644 index 0000000..639373d --- /dev/null +++ b/game/instruction_resource.gd @@ -0,0 +1,9 @@ +class_name InstructionResource +extends Resource + +@export var texture_zoeira: Texture2D +@export var texture_instruction: Texture2D +@export var type: Microgame.MICROGAME_CONTROL +@export var title = "" +@export var label_1 = "" +@export var label_2 = "" |