khanat-client/scenes/game/alpha.tscn

13 lines
412 B
Text
Raw Normal View History

[gd_scene load_steps=3 format=2]
2021-09-03 21:27:28 +00:00
[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="."]