This commit is contained in:
2026-02-23 11:37:27 +01:00
commit 13dbb551c8
94 changed files with 2682 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
class_name CreditEntry
extends Resource
@export var name: String
@export var descriptor: String
@export var license: String
@export var license_file: String
@export var url: String