Hey guys,
I was working for the past weeks on a UI system that makes implementing advanced GUI in C2 a breeze, I made it into a modular and flexible template; you also wont have to touch the event sheets to setup your UI; I'm testing it right now, I think everything works fine for now;
Except when I embed my game in an iframe (so I can re-size the canvas) a weird bug occurs: sometimes the buttons of the "buy coins" list do not get pushed down, which is weird since the buttons of the items list do; This bug doesn't happen when I preview the game directly and not through an iframe.
Feedback are welcomed !
Here is the demo:
http://servusdei.github.io/ (with iframe, notice the bug)
http://servusdei.github.io/game.html (without the iframe)
The "game" that you play is a mock game to showcase how all the UI components might be used together in real-life example.