Files
mobile-run-garbo-game/scenes/game_world.tscn11188718969.tmp
2025-07-05 13:32:33 +01:00

52 lines
2.1 KiB
Plaintext

[gd_scene load_steps=9 format=3 uid="uid://djviifpxqhes3"]
[ext_resource type="Script" uid="uid://b2tpu7b87ak68" path="res://scripts/game_engine.gd" id="1_6c6v5"]
[ext_resource type="Script" uid="uid://bgh5muwu1ysof" path="res://scripts/main_view.gd" id="1_wbbl4"]
[ext_resource type="Script" uid="uid://dvhpy5a48w6nl" path="res://scripts/ida_pack.gd" id="2_6c6v5"]
[ext_resource type="PackedScene" uid="uid://cwyajw7su6fay" path="res://meshes/ida.tscn" id="3_bhwwd"]
[ext_resource type="Script" uid="uid://dm3rne2akywg7" path="res://scripts/control_box.gd" id="5_u1jpj"]
[sub_resource type="BoxMesh" id="BoxMesh_bvgre"]
size = Vector3(10, 1, 300)
[sub_resource type="BoxShape3D" id="BoxShape3D_ea1x0"]
size = Vector3(10, 1, 300)
[sub_resource type="BoxMesh" id="BoxMesh_e3xe6"]
[node name="GameWorld" type="Node3D"]
script = ExtResource("1_6c6v5")
[node name="mainView" type="Camera3D" parent="."]
transform = Transform3D(-1, 4.37114e-08, -7.57104e-08, -6.27181e-09, 0.827923, 0.560842, 8.71975e-08, 0.560842, -0.827923, 0, 7.4595, -2.14384)
current = true
fov = 68.9808
script = ExtResource("1_wbbl4")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="mainView"]
[node name="GroundPlane" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 130.027)
mesh = SubResource("BoxMesh_bvgre")
[node name="StaticBody3D" type="StaticBody3D" parent="GroundPlane"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="GroundPlane/StaticBody3D"]
shape = SubResource("BoxShape3D_ea1x0")
[node name="GamePlane" type="Node3D" parent="."]
[node name="PlayerPlane" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 2.35106)
[node name="idaPack" type="Node3D" parent="PlayerPlane"]
script = ExtResource("2_6c6v5")
[node name="ida" parent="PlayerPlane/idaPack" instance=ExtResource("3_bhwwd")]
[node name="controlBox" type="MeshInstance3D" parent="PlayerPlane"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 6)
mesh = SubResource("BoxMesh_e3xe6")
skeleton = NodePath("../idaPack")
script = ExtResource("5_u1jpj")