deepnight / gameBase

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

How to use Hud.hx ?? #23

Closed harshetmaruff closed 3 years ago

harshetmaruff commented 3 years ago

I have a question, where i need to put text as header display in his GameBase ??, it has parameters such as the s2d variable

harshetmaruff commented 3 years ago

finally found it, without the s2d variable we need to use the flow as defined by default var flow = new h2d.Flow(root);