Make script templates follow the GDScript style guide
This commit is contained in:
parent
a0071029f2
commit
42df9ed059
11 changed files with 41 additions and 16 deletions
|
|
@ -2,10 +2,12 @@
|
|||
|
||||
extends _BASE_
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue