godot-demo-projects/3d/truck_town/town_scene.tscn

22 lines
663 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://town_mesh.tscn" type="PackedScene" id=1]
[node name="TownScene" type="Spatial"]
[node name="TownMesh" parent="." instance=ExtResource( 1 )]
[node name="InstancePos" type="Position3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 13.2039, 6.67095, -37.6042 )
[node name="Back" type="Button" parent="."]
margin_left = 17.0
margin_top = 9.0
margin_right = 85.0
margin_bottom = 41.0
text = "<- Back!"
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 1, 0, 0, 0, -0.629475, 0.777021, 0, -0.777021, -0.629475, 0, 24.4076, 0 )
shadow_enabled = true