50 lines
2.2 KiB
Plaintext
50 lines
2.2 KiB
Plaintext
[gd_scene format=3 uid="uid://dfxigg3cr6nl5"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bm6rmt3xprhjs" path="res://Assets/bear_level_arena.glb" id="1_beararena"]
|
|
[ext_resource type="Script" path="res://levels/bear_spawn.gd" id="2_spawn"]
|
|
[ext_resource type="PackedScene" path="res://Bear.tscn" id="3_bear"]
|
|
[ext_resource type="Script" path="res://levels/bear_hud.gd" id="4_bearhud"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_floor"]
|
|
|
|
[node name="bear_level" type="Node3D" unique_id=261730746]
|
|
|
|
[node name="Node3D" type="Node3D" parent="." unique_id=333447532]
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="Node3D" unique_id=1466540248]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Node3D/StaticBody3D" unique_id=575454169]
|
|
transform = Transform3D(30, 0, 0, 0, 1, 0, 0, 0, 30, 0, -0.5, 0)
|
|
shape = SubResource("BoxShape3D_floor")
|
|
|
|
[node name="bear_level_arena" parent="." unique_id=1529242945 instance=ExtResource("1_beararena")]
|
|
transform = Transform3D(2.875, 0, 0, 0, 2.875, 0, 0, 0, 2.875, 0, 0, 0)
|
|
|
|
[node name="floor" parent="bear_level_arena/floor" parent_id_path=PackedInt32Array(1529242945, 41795043) index="0" unique_id=1653720920]
|
|
visible = false
|
|
|
|
[node name="wall" parent="bear_level_arena/floor" parent_id_path=PackedInt32Array(1529242945, 41795043) index="1" unique_id=2041884474]
|
|
visible = false
|
|
|
|
[node name="BearSpawner" type="Node3D" parent="." unique_id=47931969]
|
|
script = ExtResource("2_spawn")
|
|
enemy_scene = ExtResource("3_bear")
|
|
|
|
[node name="BearHud" type="CanvasLayer" parent="." unique_id=102938471]
|
|
script = ExtResource("4_bearhud")
|
|
|
|
[node name="Lights" type="Node3D" parent="." unique_id=937122836]
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="Lights" unique_id=1786336124]
|
|
transform = Transform3D(1, 0, 0, 0, 0.7071067, 0.70710677, 0, -0.70710677, 0.7071067, 0, 36.945946, 70)
|
|
light_color = Color(1, 0.75782466, 0.7332154, 1)
|
|
light_energy = 1.796
|
|
shadow_enabled = true
|
|
|
|
[node name="DirectionalLight3D2" type="DirectionalLight3D" parent="Lights" unique_id=1308313006]
|
|
transform = Transform3D(1, 0, 0, 0, -0.8660254, 0.49999994, 0, -0.49999994, -0.8660254, 0, 112.56815, 93.37274)
|
|
light_color = Color(0, 0.33367383, 0.57971, 1)
|
|
light_energy = 0.616
|
|
|
|
[editable path="bear_level_arena"]
|