TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.09k stars 222 forks source link

Added Checkboxes and a small effect on buttons and checkboxes #104

Closed ghost closed 8 years ago

ghost commented 8 years ago

(btw, it's my first ever commit to Sparky so I hope I've done well)

ghost commented 8 years ago

I forgot to say that I'm working on a TextBox, but I've just did some design on paper, no code at all.

(I can't see why CI isn't working, never been working with it could you explain me what it does ?)

TheCherno commented 8 years ago

I'm still in the middle of integrating CI (Continuous Integration), so it may be falsely erroring you. Basically CI just does a build of the solution every time new code is pushed (including pull requests), to verify that there are no compile errors / any other checks that need to run.

Anyways, I'm not sure why the Debug build failed, but if you take a look at the Release log you'll be able to see the errors.

ghost commented 8 years ago

Yup, saw it and going to correct it asap Thanks for reply

ghost commented 8 years ago

I've managed to correct the error (stupid one) but I cannot understand why there's a linking error at the end !