|
|
[gd_scene load_steps=11 format=2]
[ext_resource path="res://scripts/player/human_controls.gd" type="Script" id=1] [ext_resource path="res://resources/ui/theme.tres" type="Theme" id=2] [ext_resource path="res://assets/fonts/Kenney Future Narrow.ttf" type="DynamicFontData" id=3] [ext_resource path="res://scenes/menus/IngameMenu.tscn" type="PackedScene" id=4] [ext_resource path="res://scripts/player/human_inventory.gd" type="Script" id=5] [ext_resource path="res://scenes/road/roadStraightLong.tscn" type="PackedScene" id=6] [ext_resource path="res://scripts/player/inventory_preview.gd" type="Script" id=7]
[sub_resource type="ViewportTexture" id=1] viewport_path = NodePath("inventory/viewport")
[sub_resource type="DynamicFont" id=2] size = 14 font_data = ExtResource( 3 )
[sub_resource type="DynamicFont" id=3] size = 85 font_data = ExtResource( 3 )
[node name="HumanPlayer" type="Spatial"] script = ExtResource( 1 )
[node name="hud" type="CanvasLayer" parent="."]
[node name="inventory" type="Control" parent="hud"] anchor_right = 1.0 anchor_bottom = 1.0 theme = ExtResource( 2 )
[node name="track_container" type="Panel" parent="hud/inventory"] 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/inventory/track_container"] 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/inventory/track_container"] 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_fonts/font = SubResource( 2 ) align = 1 valign = 1
[node name="speed_slider" type="VSlider" parent="hud"] anchor_bottom = 1.0 margin_right = 16.0 max_value = 250.0 step = 0.5
[node name="speed" type="Label" parent="hud"] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -77.0 margin_top = -39.0 margin_right = 77.0 grow_horizontal = 2 grow_vertical = 2 theme = ExtResource( 2 ) align = 1 valign = 1
[node name="reset" type="Label" parent="hud"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -20.0 margin_top = -56.5 margin_right = 20.0 margin_bottom = 56.5 grow_horizontal = 2 grow_vertical = 2 custom_fonts/font = SubResource( 3 ) align = 1 valign = 1 uppercase = true
[node name="ingame_menu" parent="hud" instance=ExtResource( 4 )] visible = false
[node name="inventory" type="Spatial" parent="."] script = ExtResource( 5 )
[node name="viewport" type="Viewport" parent="inventory"] size = Vector2( 150, 150 ) transparent_bg = true hdr = false render_target_v_flip = true
[node name="camera" type="Camera" parent="inventory/viewport"] transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -50.616, -999.296, 0 ) current = true fov = 100.0 near = 0.5 far = 20.0
[node name="view" type="Spatial" parent="inventory"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -50, -1000, 0 )
[node name="roadStraightLong" parent="inventory/view" instance=ExtResource( 6 )] transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 0 )
[node name="preview" type="Spatial" parent="inventory"] script = ExtResource( 7 )
[node name="camera" type="InterpolatedCamera" parent="."] fov = 100.0 far = 250.0
|