2025-03-21 17:24:21 -04:00
|
|
|
[gd_scene load_steps=12 format=3 uid="uid://bqokbcqplgrgp"]
|
2025-03-21 11:49:36 -04:00
|
|
|
|
2025-03-21 17:24:21 -04:00
|
|
|
[ext_resource type="Script" uid="uid://clwubcfa7jndm" path="res://scripts/gamemaster.gd" id="1_sp4xh"]
|
2025-03-21 11:49:36 -04:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bovc5oog85hic" path="res://assets/models/room/room.glb" id="1_wwb56"]
|
|
|
|
[ext_resource type="Script" uid="uid://doxajvf15fv27" path="res://scripts/camera.gd" id="2_joe7c"]
|
2025-03-21 16:05:01 -04:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bw8hdj4fbkpbs" path="res://assets/models/players/player_0.glb" id="3_ofkbr"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://b4gm46vd64nt2" path="res://assets/models/players/player_1.glb" id="4_is35i"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cvvi0laaw1yf" path="res://assets/models/players/player_2.glb" id="5_8vhnl"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://giuhccerhqit" path="res://assets/models/players/player_3.glb" id="6_8vhnl"]
|
2025-03-21 17:24:21 -04:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bqo5ur0ipndvs" path="res://sub_scenes/rule_enforcement.tscn" id="7_0rqic"]
|
|
|
|
[ext_resource type="FontFile" uid="uid://byv0ntqpvosrc" path="res://assets/fonts/18938.ttf" id="9_im5ls"]
|
2025-03-21 11:49:36 -04:00
|
|
|
|
|
|
|
[sub_resource type="Environment" id="Environment_wwb56"]
|
|
|
|
background_mode = 1
|
|
|
|
|
2025-03-21 17:24:21 -04:00
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_sp4xh"]
|
|
|
|
content_margin_left = 30.0
|
|
|
|
content_margin_top = 30.0
|
|
|
|
content_margin_right = 30.0
|
|
|
|
content_margin_bottom = 30.0
|
|
|
|
|
2025-03-21 11:49:36 -04:00
|
|
|
[node name="Game" type="Node3D"]
|
2025-03-21 17:24:21 -04:00
|
|
|
script = ExtResource("1_sp4xh")
|
2025-03-21 11:49:36 -04:00
|
|
|
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
|
|
environment = SubResource("Environment_wwb56")
|
|
|
|
|
|
|
|
[node name="room" parent="." instance=ExtResource("1_wwb56")]
|
|
|
|
transform = Transform3D(0.8, 0, 0, 0, 0.8, 0, 0, 0, 0.8, 0, 0, 0)
|
|
|
|
|
|
|
|
[node name="lighting" type="Node3D" parent="room"]
|
|
|
|
transform = Transform3D(1.25, 0, 0, 0, 1.25, 0, 0, 0, 1.25, 0, 0, 0)
|
|
|
|
|
|
|
|
[node name="SpotLight3D" type="SpotLight3D" parent="room/lighting"]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 6.88514, 0)
|
|
|
|
light_energy = 8.596
|
|
|
|
light_specular = 0.0
|
|
|
|
shadow_enabled = true
|
|
|
|
shadow_blur = 4.737
|
|
|
|
spot_range = 29.034
|
|
|
|
spot_angle = 43.22
|
|
|
|
|
|
|
|
[node name="OmniLight3D" type="OmniLight3D" parent="room/lighting"]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.97658, 0)
|
|
|
|
light_energy = 2.385
|
|
|
|
omni_range = 11.934
|
|
|
|
|
2025-03-21 16:05:01 -04:00
|
|
|
[node name="players" type="Node3D" parent="."]
|
|
|
|
|
|
|
|
[node name="player_0" parent="players" instance=ExtResource("3_ofkbr")]
|
|
|
|
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, -4)
|
|
|
|
|
|
|
|
[node name="player_1" parent="players" instance=ExtResource("4_is35i")]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0, 0)
|
|
|
|
|
|
|
|
[node name="player_2" parent="players" instance=ExtResource("5_8vhnl")]
|
|
|
|
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 4)
|
|
|
|
|
|
|
|
[node name="player_3" parent="players" instance=ExtResource("6_8vhnl")]
|
|
|
|
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 4, 0, 0)
|
|
|
|
|
2025-03-21 11:49:36 -04:00
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
2025-03-21 16:05:01 -04:00
|
|
|
transform = Transform3D(1, 0, 0, 0, 0.910084, 0.414423, 0, -0.414423, 0.910084, 0, 3.4199, 0)
|
2025-03-21 11:49:36 -04:00
|
|
|
fov = 60.0
|
|
|
|
script = ExtResource("2_joe7c")
|
2025-03-21 17:24:21 -04:00
|
|
|
|
|
|
|
[node name="RULE_ENFORCEMENT" parent="Camera3D" instance=ExtResource("7_0rqic")]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
transform = Transform3D(-0.0475354, -0.0535728, 0.270738, 0.266451, 0.0626881, 0.0591871, -0.0719257, 0.267636, 0.0403304, 0.0257539, -0.692888, -4.06508)
|
|
|
|
|
|
|
|
[node name="UI" type="Control" parent="."]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 0
|
|
|
|
offset_right = 40.0
|
|
|
|
offset_bottom = 40.0
|
|
|
|
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="UI"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_right = 40.0
|
|
|
|
offset_bottom = 40.0
|
|
|
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_sp4xh")
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="UI/PanelContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="UI/PanelContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="question" type="Label" parent="UI/PanelContainer/VBoxContainer/HBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_fonts/font = ExtResource("9_im5ls")
|
|
|
|
theme_override_font_sizes/font_size = 100
|
|
|
|
text = "x * y = "
|
|
|
|
|
|
|
|
[node name="answer" type="LineEdit" parent="UI/PanelContainer/VBoxContainer/HBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_fonts/font = ExtResource("9_im5ls")
|
|
|
|
theme_override_font_sizes/font_size = 100
|
|
|
|
max_length = 5
|