RetroDECK/tools/configurator/scripts/emulator.gd
monkeyx-net 342b1ea56f Came back to fix the original version!
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
2024-08-14 23:15:10 +01:00

7 lines
143 B
GDScript

extends Resource
class_name Emulator
@export var name: String
@export var description: String
@export var properties: Array[EmulatorProperty]