khanat-client/scenes/game/alpha.tscn

19 lines
645 B
Text
Raw Normal View History

[gd_scene load_steps=4 format=2]
2021-09-03 21:27:28 +00:00
[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]
2021-09-04 10:49:56 +00:00
[ext_resource path="res://scenes/player/playerB.tscn" type="PackedScene" id=8]
2021-09-03 21:27:28 +00:00
[node name="spatial" type="Spatial"]
script = ExtResource( 5 )
2021-09-03 21:27:28 +00:00
2021-09-04 10:49:56 +00:00
[node name="player" parent="." instance=ExtResource( 8 )]
2021-09-04 13:50:31 +00:00
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.01, 0 )
2021-09-03 21:27:28 +00:00
[node name="map" type="Spatial" parent="."]
[node name="creatures" type="Spatial" parent="."]
[node name="menu_options" parent="." instance=ExtResource( 1 )]
visible = false