miletux (flixeltux version) development video 3 - welcome to antarctica
Vaesea
0:00 / 0:00
miletux (flixeltux version) development video 3 - welcome to antarctica
52 просмотра · 10 дней назад
Vaesea
220 подписчиков
52 просмотра · 10 дней назад
there's still issues, but it's playable! it now uses echo / echo-flixel, a physics engine for haxe. specifically i use the echo-flixel thing, which makes echo more compatible with haxeflixel.
i also haven't implemented a few things like collecting coins on top of blocks by hitting the block below and powerups going to a certain direction and powerups rising and all that stuff
the lag is probably due to obs and me using lime test windows -debug to compile the game instead of lime test windows -release.
is using a full physics engine with support for squares, circles and polygons a good idea for a simple milestone 1 "recreation"? probably not. but haxeflixel has some bugs with corners and no overlap function that only happens once instead of happening each frame (which is what overlap() does