fix main.tscn not working outside of windows filesystems

This commit is contained in:
Haze Weathers 2023-03-01 02:04:26 -05:00
parent 68b08514b2
commit c2d473a993

7
main.tscn Normal file
View file

@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://control.tscn" type="PackedScene" id=1]
[node name="Main" type="Node2D"]
[node name="Control" parent="." instance=ExtResource( 1 )]