Phazorknight / Cogito

Immersive Sim Template Project for GODOT 4
MIT License
717 stars 81 forks source link

Player script style changes #143

Closed ac-arcana closed 3 months ago

ac-arcana commented 3 months ago

Added a class name for the player script. Moved the variables that were hidden between functions to the top. Variables proceed as export, public, onready. Code region added for variables. Spacing between functions is two lines. Added documentation describing class to beginning.