mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
342b1ea56f
On branch godot-data-demo Changes to be committed: modified: config/retrodeck/reference_lists/features.json modified: tools/configurator/main.gd modified: tools/configurator/main.tscn modified: tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres modified: tools/configurator/scripts/data_handler.gd modified: tools/configurator/scripts/emulator.gd deleted: tools/configurator/scripts/emulator_option.gd modified: tools/configurator/tk_about.gd
7 lines
143 B
GDScript
7 lines
143 B
GDScript
extends Resource
|
|
|
|
class_name Emulator
|
|
@export var name: String
|
|
@export var description: String
|
|
@export var properties: Array[EmulatorProperty]
|