pigdevstudio / platform_template

Template project for platform games in Godot Engine.
MIT License
72 stars 12 forks source link

fixed some errors. commented out the export variables in template actor. #48

Closed Raccoon-JS closed 4 years ago

Raccoon-JS commented 4 years ago

i made the template stable. there were some errors, and i think i fixed them all.

the scripts i fixed included:

come check them out.

Raccoon-JS commented 4 years ago

finished fixing the timer.

henriiquecampos commented 4 years ago

I made a small fix as well, when we call .start() we should also pass the default time to forward it to the Timer.start().

With that it shall be good to merge. Thanks a lot for the contribution @Raccoon-JS ! :pig: :heart: