Stealing a cooler car
Deploy Promiscuity Auth API / deploy (push) Successful in 1m36s
Deploy Promiscuity Character API / deploy (push) Successful in 1m15s
Deploy Promiscuity Crafting API / deploy (push) Successful in 1m14s
Deploy Promiscuity Inventory API / deploy (push) Successful in 1m14s
Deploy Promiscuity Locations API / deploy (push) Successful in 1m16s
Deploy Promiscuity Mail API / deploy (push) Successful in 1m30s
Deploy Promiscuity World API / deploy (push) Successful in 2m6s
k8s smoke test / test (push) Successful in 38s

This commit is contained in:
2026-06-12 21:33:19 -05:00
parent 2cb8a7fb8f
commit 9e3df6c691
29 changed files with 640 additions and 58 deletions
+31 -32
View File
@@ -1,8 +1,8 @@
[gd_scene load_steps=15 format=3 uid="uid://b7p7k1i4t0m2l"]
[gd_scene format=3 uid="uid://b7p7k1i4t0m2l"]
[ext_resource type="Script" path="res://scenes/Levels/transportation_level.gd" id="1_6y4q1"]
[ext_resource type="Script" path="res://scenes/player.gd" id="2_player"]
[ext_resource type="PackedScene" path="res://assets/models/TestCharAnimated.glb" id="3_model"]
[ext_resource type="Script" uid="uid://c2vm651r4nepy" path="res://scenes/Levels/transportation_level.gd" id="1_6y4q1"]
[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="PackedScene" path="res://scenes/Interaction/prototype_gateway.tscn" id="4_teleporter"]
[ext_resource type="Material" path="res://assets/materials/kenney_prototype_ground_green.tres" id="5_ground_mat"]
[ext_resource type="PackedScene" uid="uid://dp6jk0k3o4v1u" path="res://scenes/UI/pause_menu.tscn" id="6_pause_menu"]
@@ -11,8 +11,6 @@
[ext_resource type="Material" path="res://assets/materials/kenney_prototype_prop_red.tres" id="9_checkpoint_mat"]
[ext_resource type="PackedScene" uid="uid://bnwpu7p8sbsfa" path="res://scenes/Interaction/RadialCommandMenu.tscn" id="10_radial_menu"]
[sub_resource type="SphereShape3D" id="SphereShape3D_player"]
[sub_resource type="BoxShape3D" id="BoxShape3D_ground"]
size = Vector3(1080, 2, 1080)
@@ -20,6 +18,8 @@ size = Vector3(1080, 2, 1080)
material = ExtResource("5_ground_mat")
size = Vector3(1080, 2, 1080)
[sub_resource type="SphereShape3D" id="SphereShape3D_player"]
[sub_resource type="SphereShape3D" id="SphereShape3D_checkpoint"]
[sub_resource type="SphereMesh" id="SphereMesh_checkpoint"]
@@ -27,83 +27,83 @@ material = ExtResource("9_checkpoint_mat")
radius = 1.2
height = 2.4
[node name="TransportationLevel" type="Node3D"]
[node name="TransportationLevel" type="Node3D" unique_id=81192309]
script = ExtResource("1_6y4q1")
[node name="Ground" type="StaticBody3D" parent="."]
[node name="Ground" type="StaticBody3D" parent="." unique_id=1298491765]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="Ground"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Ground" unique_id=626099188]
shape = SubResource("BoxShape3D_ground")
[node name="MeshInstance3D" type="MeshInstance3D" parent="Ground"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="Ground" unique_id=1132270788]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00053596497, 0.0075991154, -0.0019865036)
mesh = SubResource("BoxMesh_ground")
[node name="Player" type="RigidBody3D" parent="."]
[node name="Player" type="RigidBody3D" parent="." unique_id=1788131730]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
script = ExtResource("2_player")
camera_path = NodePath("Camera3D")
phone_path = NodePath("../PhoneUI")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Player"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Player" unique_id=1895789906]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
shape = SubResource("SphereShape3D_player")
[node name="TestCharAnimated" parent="Player" instance=ExtResource("3_model")]
[node name="TestCharAnimated" parent="Player" unique_id=557318212 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"]
[node name="Camera3D" type="Camera3D" parent="Player" unique_id=1290959549]
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"]
[node name="SpotLight3D" type="SpotLight3D" parent="Player" unique_id=1804564926]
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="."]
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=1364437059]
transform = Transform3D(1, 0, 0, 0, 0.819152, 0.573576, 0, -0.573576, 0.819152, 0, 6, 0)
shadow_enabled = true
[node name="EntrySpawn" type="Marker3D" parent="."]
[node name="EntrySpawn" type="Marker3D" parent="." unique_id=1816177911]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2)
[node name="Car" parent="." instance=ExtResource("7_car")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0, -3)
[node name="Car" parent="." unique_id=441668490 instance=ExtResource("7_car")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0.078942776, -5.401241)
[node name="QuestCheckpoint" type="Area3D" parent="."]
[node name="QuestCheckpoint" type="Area3D" parent="." unique_id=1536655109]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9, 0, -10)
script = ExtResource("8_qtrigger")
event_name = &"reach_checkpoint"
target_group = &"vehicle"
quest_id_filter = "first_drive"
[node name="CollisionShape3D" type="CollisionShape3D" parent="QuestCheckpoint"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="QuestCheckpoint" unique_id=529997293]
shape = SubResource("SphereShape3D_checkpoint")
[node name="Visual" type="MeshInstance3D" parent="QuestCheckpoint"]
[node name="Visual" type="MeshInstance3D" parent="QuestCheckpoint" unique_id=1896410895]
mesh = SubResource("SphereMesh_checkpoint")
[node name="ReturnTeleporter" parent="." instance=ExtResource("4_teleporter")]
[node name="ReturnTeleporter" parent="." unique_id=1452006361 instance=ExtResource("4_teleporter")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.5, 0, 0)
target_scene_path = "res://scenes/Levels/level.tscn"
target_spawn_name = &"CarReturnSpawn"
[node name="Label3D" type="Label3D" parent="ReturnTeleporter"]
[node name="Label3D" type="Label3D" parent="ReturnTeleporter" unique_id=1075823264]
transform = Transform3D(1, 0, 0, 0, 0.965926, -0.258819, 0, 0.258819, 0.965926, 0, 5.4, 0)
pixel_size = 0.012
text = "PLAYGROUND"
[node name="PauseMenu" parent="." instance=ExtResource("6_pause_menu")]
[node name="PauseMenu" parent="." unique_id=471208565 instance=ExtResource("6_pause_menu")]
[node name="PhoneUI" type="CanvasLayer" parent="."]
[node name="PhoneUI" type="CanvasLayer" parent="." unique_id=201860923]
layer = 5
visible = false
[node name="Control" type="Control" parent="PhoneUI"]
[node name="Control" type="Control" parent="PhoneUI" unique_id=1674232100]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -111,7 +111,7 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="PhoneFrame" type="ColorRect" parent="PhoneUI/Control"]
[node name="PhoneFrame" type="ColorRect" parent="PhoneUI/Control" unique_id=1215420900]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -126,7 +126,7 @@ grow_horizontal = 2
grow_vertical = 2
color = Color(0.08, 0.08, 0.1, 1)
[node name="QuestTitle" type="Label" parent="PhoneUI/Control/PhoneFrame"]
[node name="QuestTitle" type="Label" parent="PhoneUI/Control/PhoneFrame" unique_id=1337344808]
layout_mode = 0
offset_left = 18.0
offset_top = 18.0
@@ -134,7 +134,7 @@ offset_right = 150.0
offset_bottom = 41.0
text = "Quest Log"
[node name="QuestText" type="RichTextLabel" parent="PhoneUI/Control/PhoneFrame"]
[node name="QuestText" type="RichTextLabel" parent="PhoneUI/Control/PhoneFrame" unique_id=188206396]
layout_mode = 0
offset_left = 18.0
offset_top = 52.0
@@ -144,5 +144,4 @@ bbcode_enabled = true
text = "No active quest."
scroll_active = false
[node name="RadialCommandMenu" parent="PhoneUI/Control" instance=ExtResource("10_radial_menu")]
layout_mode = 1
[node name="RadialCommandMenu" parent="PhoneUI/Control" unique_id=67282635 instance=ExtResource("10_radial_menu")]
+1 -1
View File
@@ -3,7 +3,7 @@ extends RigidBody3D
@export var drive_speed := 18.0
@export var drive_accel := 20.0
@export var brake_strength := 28.0
@export var turn_speed := 2.0
@export var turn_speed := 4.0
@export var turn_accel := 8.0
@export var lateral_damp := 10.0
@export var launch_impulse := 28.0
+56 -24
View File
@@ -1,41 +1,73 @@
[gd_scene load_steps=6 format=3]
[gd_scene format=3 uid="uid://uj3g2h3yfv4f"]
[ext_resource type="Script" path="res://scenes/Vehicles/car.gd" id="1_kbd20"]
[ext_resource type="Material" path="res://assets/materials/kenney_prototype_prop_red.tres" id="2_car_mat"]
[ext_resource type="Script" uid="uid://4qf5yinepytc" path="res://scenes/Vehicles/car.gd" id="1_kbd20"]
[ext_resource type="PackedScene" uid="uid://dvgiooankbnw3" path="res://assets/models/vehicles/doge/doge-body.glb" id="2_doge_body"]
[ext_resource type="PackedScene" uid="uid://civr7hlbf2kqb" path="res://assets/models/vehicles/doge/Wheel.glb" id="3_doge_wheel"]
[sub_resource type="BoxShape3D" id="BoxShape3D_7r1j6"]
size = Vector3(1.4, 0.9, 2.6)
[sub_resource type="BoxShape3D" id="BoxShape3D_body_center"]
size = Vector3(1.9717, 1, 2.08592)
[sub_resource type="BoxShape3D" id="BoxShape3D_jk0m1"]
size = Vector3(2.2, 2.0, 3.8)
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_body_rear"]
radius = 0.291194
[sub_resource type="BoxMesh" id="BoxMesh_4y8xk"]
size = Vector3(1.4, 0.9, 2.6)
[sub_resource type="BoxShape3D" id="BoxShape3D_body_mid"]
size = Vector3(0.542114, 1.7092, 1.53265)
[node name="Car" type="RigidBody3D"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_body_front"]
radius = 0.363529
[sub_resource type="BoxShape3D" id="BoxShape3D_interact"]
size = Vector3(3.2, 2.4, 6)
[node name="Car" type="RigidBody3D" unique_id=347281788]
script = ExtResource("1_kbd20")
seat_path = NodePath("Seat")
exit_path = NodePath("Exit")
camera_path = NodePath("CarCamera")
interact_area_path = NodePath("InteractArea")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_7r1j6")
[node name="CollisionCenter" type="CollisionShape3D" parent="." unique_id=1615707894]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.45, -0.062)
shape = SubResource("BoxShape3D_body_center")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_4y8xk")
surface_material_override/0 = ExtResource("2_car_mat")
[node name="CollisionRear" type="CollisionShape3D" parent="." unique_id=1572737985]
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0, 0.45, -2.08)
shape = SubResource("CapsuleShape3D_body_rear")
[node name="InteractArea" type="Area3D" parent="."]
[node name="CollisionMid" type="CollisionShape3D" parent="." unique_id=1115594476]
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, -0.001, 0.45, -1.11)
shape = SubResource("BoxShape3D_body_mid")
[node name="CollisionShape3D" type="CollisionShape3D" parent="InteractArea"]
shape = SubResource("BoxShape3D_jk0m1")
[node name="CollisionFront" type="CollisionShape3D" parent="." unique_id=601157615]
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, -0.001, 0.45, 1.998)
shape = SubResource("CapsuleShape3D_body_front")
[node name="Seat" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0, 0.6, 0.0)
[node name="DogeBody" parent="." unique_id=1839362199 instance=ExtResource("2_doge_body")]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
[node name="Exit" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.3, 0.0, 0.0)
[node name="WheelFrontRight" parent="." unique_id=2135146556 instance=ExtResource("3_doge_wheel")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.854765, 0.340338, -1.50006)
[node name="CarCamera" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0, 2.0, 4.2)
[node name="WheelFrontLeft" parent="." unique_id=595413685 instance=ExtResource("3_doge_wheel")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.949166, 0.340338, -1.50006)
[node name="WheelRearRight" parent="." unique_id=521166039 instance=ExtResource("3_doge_wheel")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.854765, 0.286814, 1.26411)
[node name="WheelRearLeft" parent="." unique_id=859253276 instance=ExtResource("3_doge_wheel")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.949166, 0.286814, 1.26411)
[node name="InteractArea" type="Area3D" parent="." unique_id=1982997129]
[node name="CollisionShape3D" type="CollisionShape3D" parent="InteractArea" unique_id=2089774080]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
shape = SubResource("BoxShape3D_interact")
[node name="Seat" type="Node3D" parent="." unique_id=1298631680]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, 0)
[node name="Exit" type="Node3D" parent="." unique_id=1734274203]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.3, 0, 0)
[node name="CarCamera" type="Camera3D" parent="." unique_id=1783366397]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 4.2)