Milestone 5: Private Testing Release 1
Lot's of changes.
This commit is contained in:
parent
0bd1414af0
commit
40100e8fee
90 changed files with 5741 additions and 156 deletions
|
@ -3,29 +3,28 @@
|
|||
[ext_resource type="Script" path="res://scripts/freezer.gd" id="1_nmqkg"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_pkxhd"]
|
||||
height = 6.0
|
||||
height = 2.5
|
||||
radius = 2.0
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_uvwqt"]
|
||||
size = Vector3(5, 5, 5)
|
||||
size = Vector3(5, 3, 5)
|
||||
|
||||
[node name="freezer" type="StaticBody3D"]
|
||||
script = ExtResource("1_nmqkg")
|
||||
|
||||
[node name="CSGCylinder3D" type="CSGCylinder3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2.5, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.125, 0)
|
||||
radius = 2.0
|
||||
height = 1.0
|
||||
height = 0.25
|
||||
|
||||
[node name="CSGCylinder3D2" type="CSGCylinder3D" parent="."]
|
||||
transparency = 0.25
|
||||
radius = 1.5
|
||||
height = 4.0
|
||||
|
||||
[node name="CSGCylinder3D3" type="CSGCylinder3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.5, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.125, 0)
|
||||
radius = 2.0
|
||||
height = 1.0
|
||||
height = 0.25
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("CylinderShape3D_pkxhd")
|
||||
|
|
|
@ -3,8 +3,12 @@
|
|||
[ext_resource type="Script" path="res://scripts/movement.gd" id="1_uru11"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_2l8cp"]
|
||||
radius = 0.375
|
||||
height = 1.75
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_fhldf"]
|
||||
radius = 0.375
|
||||
height = 1.75
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_e4age"]
|
||||
size = Vector3(0.5, 1, 0.75)
|
||||
|
@ -24,24 +28,24 @@ color = Color(0, 0, 0, 1)
|
|||
[node name="collision" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("CapsuleShape3D_2l8cp")
|
||||
|
||||
[node name="bean" type="MeshInstance3D" parent="."]
|
||||
[node name="bean" type="MeshInstance3D" parent="collision"]
|
||||
mesh = SubResource("CapsuleMesh_fhldf")
|
||||
skeleton = NodePath("../..")
|
||||
|
||||
[node name="cam_y" type="Node3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.707107, 0.707107, 0, -0.707107, 0.707107, 0, 0, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="cam_y"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 8)
|
||||
|
||||
[node name="detect_hit" type="Area3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.25, -1.5)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.25, -1.25)
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="detect_hit"]
|
||||
shape = SubResource("BoxShape3D_e4age")
|
||||
disabled = true
|
||||
|
||||
[node name="hammer_bag" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.25, -0.75)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.25, -0.5)
|
||||
visible = false
|
||||
size = Vector3(0.25, 0.25, 1)
|
||||
|
||||
|
@ -50,7 +54,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.75)
|
|||
size = Vector3(0.5, 1, 0.75)
|
||||
|
||||
[node name="CSGCylinder3D" type="CSGCylinder3D" parent="hammer_bag"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.5, -0.25, 1.75)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.5, -0.25, 1.375)
|
||||
height = 1.0
|
||||
|
||||
[node name="CSGSphere3D" type="CSGSphere3D" parent="hammer_bag/CSGCylinder3D"]
|
||||
|
@ -63,13 +67,39 @@ wait_time = 30.0
|
|||
one_shot = true
|
||||
|
||||
[node name="show_fps" type="Timer" parent="."]
|
||||
wait_time = 10.0
|
||||
autostart = true
|
||||
|
||||
[node name="jump_timeout" type="Timer" parent="."]
|
||||
wait_time = 2.0
|
||||
one_shot = true
|
||||
|
||||
[node name="nametag" type="Label3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0)
|
||||
billboard = 1
|
||||
text = "Test"
|
||||
|
||||
[node name="fps_counter" type="Label" parent="."]
|
||||
visible = false
|
||||
offset_right = 40.0
|
||||
offset_bottom = 23.0
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
theme_override_font_sizes/font_size = 64
|
||||
text = "FPS: "
|
||||
|
||||
[node name="health" type="Label" parent="."]
|
||||
visible = false
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -45.0
|
||||
offset_right = 182.0
|
||||
grow_vertical = 0
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
theme_override_font_sizes/font_size = 64
|
||||
text = "HP: 100 "
|
||||
|
||||
[connection signal="body_entered" from="detect_hit" to="." method="_on_detect_hit_body_entered"]
|
||||
[connection signal="timeout" from="time_in_bag" to="." method="_on_time_in_bag_timeout"]
|
||||
[connection signal="timeout" from="show_fps" to="." method="_on_show_fps_timeout"]
|
||||
|
|
BIN
objects/stairs_1.gox
Normal file
BIN
objects/stairs_1.gox
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue