mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:44:42 -04:00
Changes to better follow GDScript style guide
Nothing new is being added in this commit, just code re-ordering & re-naming to better follow the recommended GDScript style guide. http://docs.godotengine.org/en/3.2/getting_started/scripting/gdscript/gdscript_styleguide.html And https://www.gdquest.com/docs/guidelines/best-practices/godot-gdscript/
This commit is contained in:
parent
5fe4b74a39
commit
8ff917111c
14 changed files with 173 additions and 169 deletions
|
@ -1,5 +1,5 @@
|
|||
extends Button
|
||||
class_name LayerContainer
|
||||
extends Button
|
||||
|
||||
var i
|
||||
# warning-ignore:unused_class_variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue