All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 51s
Deploy Promiscuity Character API / deploy (push) Successful in 49s
Deploy Promiscuity Crafting API / deploy (push) Successful in 47s
Deploy Promiscuity Inventory API / deploy (push) Successful in 48s
Deploy Promiscuity Locations API / deploy (push) Successful in 47s
Deploy Promiscuity Mail API / deploy (push) Successful in 49s
Deploy Promiscuity World API / deploy (push) Successful in 48s
k8s smoke test / test (push) Successful in 9s
61 lines
2.9 KiB
Plaintext
61 lines
2.9 KiB
Plaintext
[gd_scene format=3 uid="uid://87wtvoj8u22y"]
|
|
|
|
[ext_resource type="Script" uid="uid://r1oe7fu5n765" path="res://scenes/Levels/starting_area_level.gd" id="1_start"]
|
|
[ext_resource type="Script" uid="uid://bpxggc8nr6tf6" path="res://scenes/player.gd" id="2_player"]
|
|
[ext_resource type="PackedScene" uid="uid://bnqaqbgynoyys" path="res://assets/models/TestCharAnimated.glb" id="3_model"]
|
|
[ext_resource type="Material" path="res://assets/materials/kenney_prototype_ground_green.tres" id="4_ground"]
|
|
[ext_resource type="PackedScene" uid="uid://dp6jk0k3o4v1u" path="res://scenes/UI/pause_menu.tscn" id="5_pause_menu"]
|
|
[ext_resource type="PackedScene" uid="uid://bnwpu7p8sbsfa" path="res://scenes/Interaction/RadialCommandMenu.tscn" id="6_th1jj"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ground"]
|
|
size = Vector3(160, 2, 160)
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_ground"]
|
|
material = ExtResource("4_ground")
|
|
size = Vector3(160, 2, 160)
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_player"]
|
|
|
|
[node name="StartingAreaLevel" type="Node3D" unique_id=987742792]
|
|
script = ExtResource("1_start")
|
|
|
|
[node name="Ground" type="StaticBody3D" parent="." unique_id=1889441587]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Ground" unique_id=1350300878]
|
|
shape = SubResource("BoxShape3D_ground")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="Ground" unique_id=1303841260]
|
|
mesh = SubResource("BoxMesh_ground")
|
|
|
|
[node name="Player" type="RigidBody3D" parent="." unique_id=614825452]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
|
|
script = ExtResource("2_player")
|
|
camera_path = NodePath("Camera3D")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Player" unique_id=268018771]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
|
shape = SubResource("SphereShape3D_player")
|
|
|
|
[node name="TestCharAnimated" parent="Player" unique_id=1368073591 instance=ExtResource("3_model")]
|
|
transform = Transform3D(-0.9998549, 0, 0.01703362, 0, 1, 0, -0.01703362, 0, -0.9998549, 0, 0, 0)
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="Player" unique_id=1401723174]
|
|
transform = Transform3D(0.9989785, -4.651856e-10, -0.045188628, 0.006969331, 0.9880354, 0.15407, 0.044647958, -0.15422754, 0.9870261, 0.22036135, 1.8988357, 0.64972365)
|
|
current = true
|
|
fov = 49.0
|
|
|
|
[node name="SpotLight3D" type="SpotLight3D" parent="Player" unique_id=1199474715]
|
|
transform = Transform3D(1, 0, 0, 0, 0.906308, -0.422618, 0, 0.422618, 0.906308, 0, 1.7, -0.35)
|
|
visible = false
|
|
spot_range = 30.0
|
|
spot_angle = 25.0
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=1949850408]
|
|
transform = Transform3D(1, 0, 0, 0, 0.819152, 0.573576, 0, -0.573576, 0.819152, 0, 6, 0)
|
|
shadow_enabled = true
|
|
|
|
[node name="PauseMenu" parent="." unique_id=1537852793 instance=ExtResource("5_pause_menu")]
|
|
|
|
[node name="RadialCommandCanvas" parent="." unique_id=1002896311 instance=ExtResource("6_th1jj")]
|