funnymemellama/world.tscn
Quantum f2094c8ae7 Button and stuff
Added button
Moved kreb and light into devscene

NOTE:
It looks like godot saves positions mid animation and also saves
the pan location on the shader editor so basically looking at either
of these things then saving the game will cause a change.
Not really important but slightly annoying to see them pop up in git
for no real reason
2023-09-30 13:25:08 -04:00

52 lines
2.1 KiB
Text

[gd_scene load_steps=10 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)
[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
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)