bodypartfighter/Controllers/GameStateController.tscn
2020-02-01 15:09:11 +01:00

10 lines
320 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Controllers/GameStateController.gd" type="Script" id=1]
[ext_resource path="res://Ingame/Testing.tscn" type="PackedScene" id=2]
[node name="GameStateController" type="Node"]
script = ExtResource( 1 )
[node name="InGame" parent="." instance=ExtResource( 2 )]