https://github.com/kobewi/hedgewars-theme-editor-3
A theme editor for open-source game Hedgewars
https://github.com/kobewi/hedgewars-theme-editor-3
Last synced: about 1 year ago
JSON representation
A theme editor for open-source game Hedgewars
- Host: GitHub
- URL: https://github.com/kobewi/hedgewars-theme-editor-3
- Owner: KoBeWi
- License: mit
- Created: 2018-09-26T00:14:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T12:36:29.000Z (about 1 year ago)
- Last Synced: 2025-03-25T13:24:15.410Z (about 1 year ago)
- Language: GDScript
- Homepage: https://www.hedgewars.org/
- Size: 865 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# Hedgewars Theme Editor 3
A map theme editor for open-source game Hedgewars, third version. Created using [Godot Engine](https://godotengine.org/).
Hedgewars oficial page: https://www.hedgewars.org/
## Download
Go to [Releases page](https://github.com/KoBeWi/Hedgewars-Theme-Editor-3/releases) and grab the newest executable. Available for Windows and Linux.
## Running the source
You will need to download Godot to run the editor from source (current stable version or newer). You can get it from the [official website](https://godotengine.org/).
To edit the project, either run `godot -e` inside the project directory or add the Theme Editor to Project Manager on Godot startup.

IMPORTANT: you need to open the project in the Godot editor at least once, to import all resources. Otherwise it won't run.
## Contributing
*Coming soon...*