CEO/founder at Deepnight Games
❤ You can support me on GitHub sponsors🛠 Making LDtk level editor and some secret game🛠 Former lead & creator of Dead Cells💬 I usually prefer making games to playing them💬 I love game jams🐥 Twitter: @deepnightFR
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upCEO/founder at Deepnight Games
class Main { static function main() { trace( Std.parseInt("0xaabbccdd") ); // 2864434397 trace( 0xaabbccdd ); // -1430532899 trace( Std.parseInt("0…