funnymemellama/world.tscn
Quantum 5f0040434a More debugging
Fixed noclip y movement
Chenged QUAKE again
Split speed overlay into H and V
2023-10-01 22:07:33 -04:00

67 lines
2.6 KiB
Text

[gd_scene load_steps=12 format=3 uid="uid://cv8621s5oukrb"]
[ext_resource type="PackedScene" uid="uid://dyyf1q12dchhq" path="res://Player.tscn" id="2_jba6q"]
[ext_resource type="PackedScene" uid="uid://cp4rwojl3c3y3" path="res://test.tscn" id="3_wlkcu"]
[ext_resource type="ArrayMesh" uid="uid://bqnoaomgwec3w" path="res://assets/maps/mapentities.obj" id="5_wn745"]
[ext_resource type="Script" path="res://KeyOverlay.gd" id="6_crgb3"]
[ext_resource type="PackedScene" uid="uid://bp1fooevcl4lk" path="res://devworld.tscn" id="7_1im6f"]
[ext_resource type="Script" path="res://Debug.gd" id="7_2k2sn"]
[ext_resource type="PackedScene" uid="uid://dnk6bedcy6x6m" path="res://hazardcourse.tscn" id="8_t5ilw"]
[sub_resource type="SystemFont" id="SystemFont_4krkk"]
font_names = PackedStringArray("Monospace")
[sub_resource type="LabelSettings" id="LabelSettings_1j5am"]
font = SubResource("SystemFont_4krkk")
font_size = 69
outline_size = 24
outline_color = Color(0, 0, 0, 1)
[sub_resource type="SystemFont" id="SystemFont_4l16k"]
font_names = PackedStringArray("Monospace")
[sub_resource type="LabelSettings" id="LabelSettings_f35h2"]
font = SubResource("SystemFont_4l16k")
[node name="Root" type="Node"]
script = ExtResource("7_2k2sn")
[node name="Player" parent="." instance=ExtResource("2_jba6q")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.05176e-07, 0)
[node name="OmniLight3D" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 18.9032, 0)
light_color = Color(1, 0.862745, 0.721569, 1)
light_energy = 16.0
light_size = 400.0
omni_range = 99.7884
[node name="Mapentities" type="MeshInstance3D" parent="."]
transform = Transform3D(0.039, 0, 0, 0, -1.70474e-09, 0.039, 0, -0.039, -1.70474e-09, 0, 0, 0)
mesh = ExtResource("5_wn745")
[node name="CardboardKreb2" parent="." instance=ExtResource("3_wlkcu")]
transform = Transform3D(-1.74846e-07, 0, 4, 0, 4, 0, -4, 0, -1.74846e-07, -100.286, 5.12, -18.5951)
[node name="KeyOverlay" type="Label" parent="."]
offset_left = 21.0
offset_top = 2.0
offset_right = 214.0
offset_bottom = 118.0
text = "KEY OVERLAY"
label_settings = SubResource("LabelSettings_1j5am")
uppercase = true
script = ExtResource("6_crgb3")
[node name="devworld" parent="." instance=ExtResource("7_1im6f")]
[node name="hazardcourse" parent="." instance=ExtResource("8_t5ilw")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -81.92, 1.28, -16.64)
[node name="Speed" type="Label" parent="."]
offset_left = 23.0
offset_top = 99.0
offset_right = 113.0
offset_bottom = 136.0
text = "SPEED"
label_settings = SubResource("LabelSettings_f35h2")