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
9
main.tscn
Normal file
9
main.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dppdkwlpqiqhi"]
|
||||
|
||||
[ext_resource type="Script" path="res://main.gd" id="1"]
|
||||
[ext_resource type="Theme" path="res://themes/default_theme.tres" id="2"]
|
||||
|
||||
[node name="Main" type="Control"]
|
||||
anchors_preset = 0
|
||||
theme = ExtResource("2")
|
||||
script = ExtResource("1")
|
||||
Loading…
Add table
Add a link
Reference in a new issue