Releases: JoaTH-Team/Cruese-Engine
Releases · JoaTH-Team/Cruese-Engine
Cruese Engine v2.1 - HScript Hotfix Update
What changes:
- Fix can't using any
justPress
,press
,justRelease
- Fix could not load the file if missing full function such as
onUpdate
,onUpdatePost
,... - You can now config game by
gameConfig.json
Note:
Thought we said gameConfig.json
is allow to config some options on it, from this v2.1, is only do is skip splashes screen by playSplashesScreen
Cruese Engine v2.0 - Lua Update
What changes:
- Lua script is support!!
- You can now using
import
like a normal Haxe. For quick example:import flixel.FlxG;
onto script without usingimportClass("flixel.FlxG");
- Better HScript haxelib! (we using
hscript-iris
now) - Lot of function come for Lua
- Better Splashes Screen now!
- Remove:
importClass
, some already FlxG,... since you can just usingimport
instead
Note:
Lua is still incomplete and not done yet!, we will likely working Lua script alot of time from now 😅
Cruese Engine v1.3.1 - Little Fixed
What changes:
- Make Splashes can be skipping by press Enter
- Fix
engineCredits
FromMad by JoaTH Team
toMade by JoaTH Team
Cruese Engine v1.3 - Small HScript Update
What changes:
- Added
ScriptedState
,ScriptedSubState
, you can now code a file as a state - Added a splashes whenever you opened this engine
- Fix some bug
We done the v1.x version now :D
Cruese Engine v1.2 - Another Small Update
Changes:
- Make a switch state when there have no mods folder inside them (now the
ActionState
have some useful) - About State now can be display whenever have new update dropped
- Added Credits State (game can also added credits list on them too)
_sans
font now will be using forActionState
- Fix card is overlaps when switch to About sub-state
- In HScript, you can now create a typed group when using
createTypedGroup();
Cruese Engine v1.1 - Small Update
Changelog:
- Added a card display game onto select game menu (it like display cartridge)
- Added a crash handler
- Added a About info display (Press
F1
on Game Menu) - Added more HScript code like
FlxColor
,resizeApp
, changeHandler
toconfig
- Game Menu will now auto change the Width and Height for Window into
640x480
Cruese Engine v1.0 - First Release
After a whole week, we should have a first version for sure!
What this version have?
Since this is a first version, inital version hmmm