add godot project scaffold: root scene, autoload, panel base, theme, icon
This commit is contained in:
parent
14e2343615
commit
ab147c6f9e
9 changed files with 69 additions and 0 deletions
5
main.gd
Normal file
5
main.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Control
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue