Devlogs
Better Than A Framework: The Editor (0.54.0-btafdev)
Posted November 05, 2024 by Xpoxy
#btafdev #changelog
- Adds the Editor. Launched automatically.
- The Editor can now place and erase tiles.
- External windows are no longer embedded.
- The Editor now has the tileset window. Selecting a tile from the window will change what's being placed.
- The Editor can now open levels from the
user://...
path.
- The Editor can now save levels to the
user://...
path. Preferably user://editor/...
- The Editor now shows where the player's spawn position is.
- Overhauls how levels work. Most properties have been moved to the
level_nodes
scene.
- The main class now caches get functions.
- The older versions (legacy) has been branched off. The master branch will continue with the editor.