Public repository for MUR pre alpha
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

56 lines
1.4 KiB

[gd_scene load_steps=3 format=2]
[ext_resource path="res://scenes/road/roadStraightLong.tscn" type="PackedScene" id=1]
[sub_resource type="ViewportTexture" id=1]
viewport_path = NodePath("viewport")
[node name="inventory" type="Spatial"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -50, 0, 0 )
[node name="viewport" type="Viewport" parent="."]
size = Vector2( 150, 150 )
transparent_bg = true
hdr = false
render_target_v_flip = true
[node name="camera" type="Camera" parent="viewport"]
transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -50.6157, 0.703695, 0 )
current = true
fov = 100.0
near = 0.5
far = 20.0
[node name="HUD" type="CanvasLayer" parent="."]
[node name="background" type="ColorRect" parent="HUD"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -75.0
margin_right = 75.0
margin_bottom = 150.0
[node name="track" type="TextureRect" parent="HUD"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -75.0
margin_right = 75.0
margin_bottom = 150.0
texture = SubResource( 1 )
[node name="type" type="Label" parent="HUD"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -74.0
margin_right = 75.0
margin_bottom = 58.0
grow_horizontal = 2
grow_vertical = 2
custom_colors/font_color = Color( 0, 0, 0, 1 )
align = 1
valign = 1
[node name="view" type="Spatial" parent="."]
[node name="roadStraightLong" parent="view" instance=ExtResource( 1 )]
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 0 )