khanat-client/scenes/game/alpha.tscn

21 lines
793 B
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://scenes/interfaces/menu_options/menu_options.tscn" type="PackedScene" id=1]
[ext_resource path="res://assets/landscape/aa_zone.tscn" type="PackedScene" id=2]
[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="starting_zone" 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="aa_zone" parent="." instance=ExtResource( 2 )]
[node name="menu_options" parent="." instance=ExtResource( 1 )]
visible = false