Nokorpo / LibreAim

Free and open source FPS aim trainer made with Godot.
https://discord.gg/u2Hm8sMagF
Apache License 2.0
107 stars 14 forks source link

Changes to align with style guide #26

Closed leannelu closed 5 months ago

leannelu commented 5 months ago

Made changes to code to align with GDScript style guide as in #14, mainly to follow code order (under the assumption that all variables prepended by a _ are private)

antimundo commented 5 months ago

LGTM! thanks for your contribution!