tochie-facade/scenes/App.tscn

10 lines
286 B
Plaintext
Raw Permalink Normal View History

2023-08-26 15:16:36 +00:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://scenes/App.gd" type="Script" id=2]
2023-09-25 07:57:50 +00:00
[ext_resource path="res://scenes/shell/Shell.tscn" type="PackedScene" id=3]
2023-08-26 15:16:36 +00:00
[node name="App" type="Node"]
script = ExtResource( 2 )
2023-09-25 07:57:50 +00:00
[node name="Shell" parent="." instance=ExtResource( 3 )]