1
0
Fork 0
mirror of https://github.com/tonytins/retro8.git synced 2025-05-05 14:04:48 -04:00
retro8/scenes/Game.tscn
2021-03-08 14:49:10 -05:00

12 lines
284 B
Text

[gd_scene load_steps=2 format=2]
[ext_resource path="res://scenes/Renderer.tscn" type="PackedScene" id=1]
[node name="Game" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": true
}
[node name="Renderer" parent="." instance=ExtResource( 1 )]