Releases: mastercuber55/Cube2D-Engine
Releases · mastercuber55/Cube2D-Engine
Cube2D Engine - v0.1.0
Last commit changed a lot so read this carefully
New Stuff
- No longer relies on Cube2D Framework
- Relies on tiny file dialogs for external window dialogs
- Must have
main.wrenin root directory instead ofGame.wren - Must have
Scriptsdirectory in root directory. - Must have
Resourcesdirectory in root directory. - May have
Icon.pnginResourcesdirectory for window icon - Window is pre-initialized
- May change window title and size in main.wren
- Default window title is "Cube2D" and size is 640x480
import "Engine" instead ofimport "Cube2D" for Engine, Scene, Rect- Added SceneManager
- Added Shared map
Experiment ( All Failed )
- Experiment on plugins
- Experiment on
float3
Docs will be updated soon
This is the first release yet still pre-release cuz I haven't tested audio yet
Below is a pre-built binary for Windows64x users, open a issue if you want a 32x one
Full Changelog: https://github.com/mastercuber55/Cube2D-Engine/commits/v0.1.0