18 lines
645 B
Text
18 lines
645 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://scenes/interfaces/menu_options/menu_options.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://scenes/game/alpha.gd" type="Script" id=5]
|
|
[ext_resource path="res://scenes/player/playerB.tscn" type="PackedScene" id=8]
|
|
|
|
[node name="spatial" type="Spatial"]
|
|
script = ExtResource( 5 )
|
|
|
|
[node name="player" parent="." instance=ExtResource( 8 )]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.01, 0 )
|
|
|
|
[node name="map" type="Spatial" parent="."]
|
|
|
|
[node name="creatures" type="Spatial" parent="."]
|
|
|
|
[node name="menu_options" parent="." instance=ExtResource( 1 )]
|
|
visible = false
|