mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Fix author info referring to Godot authors, now refers to REDOT_AUTHORS.md Fix donor info referring to Godot donors, now empty Correct COPYRIGHT.txt to properly refer to reflect Redot rebrand Add Godot author info Add Godot version compatibility info Add Godot donor info
14 lines
228 B
Python
14 lines
228 B
Python
short_name = "redot"
|
|
name = "Redot Engine"
|
|
major = 4
|
|
minor = 4
|
|
patch = 0
|
|
status = "dev"
|
|
module_config = ""
|
|
website = "https://redotengine.org"
|
|
docs = "latest"
|
|
godot_major = 4
|
|
godot_minor = 4
|
|
godot_patch = 0
|
|
godot_status = "dev"
|