This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
slavic-game-jam-2020/Levels/SampleLevel.tscn

105 lines
4.1 KiB
Text

[gd_scene load_steps=14 format=2]
[ext_resource path="res://Levels/Level.gd" type="Script" id=1]
[ext_resource path="res://functional/ChargingStation.tscn" type="PackedScene" id=2]
[ext_resource path="res://functional/Robot.tscn" type="PackedScene" id=3]
[ext_resource path="res://Furniture/Cabinet1.tscn" type="PackedScene" id=4]
[ext_resource path="res://Assets/Furniture/Stool1.fbx" type="PackedScene" id=5]
[ext_resource path="res://Furniture/Chair1.tscn" type="PackedScene" id=6]
[ext_resource path="res://Furniture/Desk1.tscn" type="PackedScene" id=7]
[ext_resource path="res://Assets/Items/Coil_Roll.fbx" type="PackedScene" id=8]
[ext_resource path="res://Assets/Items/Fence1.fbx" type="PackedScene" id=9]
[sub_resource type="PhysicsMaterial" id=1]
rough = true
absorbent = true
[sub_resource type="BoxShape" id=2]
extents = Vector3( 100, 1, 100 )
[sub_resource type="SpatialMaterial" id=3]
albedo_color = Color( 0.552941, 0.552941, 0.552941, 1 )
[sub_resource type="PlaneMesh" id=4]
material = SubResource( 3 )
size = Vector2( 200, 200 )
[node name="Level" type="Spatial"]
script = ExtResource( 1 )
playable_area_bounds = AABB( 0, 0, 0, 200, 200, 200 )
[node name="Robot" parent="." instance=ExtResource( 3 )]
[node name="Chargers" type="Node" parent="."]
[node name="ChargingStation" parent="Chargers" instance=ExtResource( 2 )]
[node name="Furniture" type="Node" parent="."]
[node name="Chair2" parent="Furniture" instance=ExtResource( 6 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5.25196, 0, 0 )
[node name="Cabinet2" parent="Furniture" instance=ExtResource( 4 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -10.1284, 0, 0 )
[node name="Desk2" parent="Furniture" instance=ExtResource( 7 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.22478, 0, -9.15474 )
[node name="Stool1" parent="Furniture" instance=ExtResource( 5 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 6.88698, 0, -9.30726 )
[node name="Items" type="Node" parent="."]
[node name="Fence1" parent="Items" instance=ExtResource( 9 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -4.2696, 0, 9.25633 )
[node name="Coil_Roll" parent="Items" instance=ExtResource( 8 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -10.1329, 0, 8.94134 )
[node name="RoomBounds" type="StaticBody" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 )
physics_material_override = SubResource( 1 )
[node name="CollisionFloor" type="CollisionShape" parent="RoomBounds"]
shape = SubResource( 2 )
[node name="MeshFloor" type="MeshInstance" parent="RoomBounds/CollisionFloor"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 )
mesh = SubResource( 4 )
material/0 = null
[node name="CollisionWall0" type="CollisionShape" parent="RoomBounds"]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 101, -101 )
shape = SubResource( 2 )
[node name="MeshWall" type="MeshInstance" parent="RoomBounds/CollisionWall0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 )
mesh = SubResource( 4 )
material/0 = null
[node name="CollisionWall1" type="CollisionShape" parent="RoomBounds"]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 101, 101 )
shape = SubResource( 2 )
[node name="MeshWall" type="MeshInstance" parent="RoomBounds/CollisionWall1"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 )
mesh = SubResource( 4 )
material/0 = null
[node name="CollisionWall2" type="CollisionShape" parent="RoomBounds"]
transform = Transform( -1.62921e-07, -1, -1.62921e-07, 0, -1.62921e-07, 1, -1, 1.62921e-07, 2.65431e-14, 101, 101, 0 )
shape = SubResource( 2 )
[node name="MeshWall" type="MeshInstance" parent="RoomBounds/CollisionWall2"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 )
mesh = SubResource( 4 )
material/0 = null
[node name="CollisionWall3" type="CollisionShape" parent="RoomBounds"]
transform = Transform( -1.62921e-07, 1, 1.62921e-07, 0, -1.62921e-07, 1, 1, 1.62921e-07, 2.65431e-14, -101, 101, 0 )
shape = SubResource( 2 )
[node name="MeshWall" type="MeshInstance" parent="RoomBounds/CollisionWall3"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 )
mesh = SubResource( 4 )
material/0 = null