deepnight / gameBase

Base structure for my games, using Heaps framework and Haxe language.
https://deepnight.net
MIT License
614 stars 152 forks source link

No player? #13

Closed di-effe closed 4 years ago

di-effe commented 4 years ago

Hi, I noticed you updated the advanced branch with an ldtk map and I wanted to check how it works. I've no issues compiling with haxe and running with hashlink, but I noticed there's no player entity in the demo.

deepnight commented 4 years ago

Hi! Yes, there's no player entity by default, as not all game required one (or some need multiples). You can easily make one for you by extending Entity class, and adding controller checks in the update() loop :)