RetroDECK/tools/configurator/scripts/link.gd
monkeyx-net e26a5956f2 Finally tidy before merge to Cooker
On branch godot-data-demo
 Changes to be committed:
	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/link.gd
	modified:   tools/configurator/tk_about.gd
2024-08-15 17:10:50 +01:00

6 lines
114 B
GDScript

extends Resource
class_name Link
@export var name: String
@export var url: String
@export var description: String