This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/Game.tscn

12 lines
320 B
Plaintext
Raw Normal View History

2020-06-14 21:34:17 +02:00
[gd_scene load_steps=3 format=2]
2020-06-14 00:29:01 +02:00
2020-06-14 00:40:07 +02:00
[ext_resource path="res://Game.gd" type="Script" id=2]
[ext_resource path="res://Level.tscn" type="PackedScene" id=3]
[node name="Game" type="Spatial"]
2020-06-14 00:40:07 +02:00
script = ExtResource( 2 )
[node name="Level" parent="." instance=ExtResource( 3 )]
2020-06-14 21:34:17 +02:00
[node name="Players" type="Spatial" parent="."]