feat: Add player character scene with multiple models, animations, UI, and a 3D wall scene.
This commit is contained in:
@@ -56,6 +56,7 @@ albedo_color = Color(0.85, 0.085, 0.238, 1)
|
||||
material = SubResource("StandardMaterial3D_xqgey")
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_3oo5r"]
|
||||
radius = 0.4
|
||||
|
||||
[sub_resource type="FontVariation" id="FontVariation_q2tkp"]
|
||||
spacing_glyph = 5
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
[ext_resource type="ArrayMesh" uid="uid://dtr46jmckif0p" path="res://assets/models/meshes/block.res" id="1_block"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_wall"]
|
||||
size = Vector3(1, 1.5, 1)
|
||||
size = Vector3(1.68, 1.5, 0.05)
|
||||
|
||||
[node name="Wall3D" type="StaticBody3D" unique_id=992511920]
|
||||
collision_mask = 0
|
||||
|
||||
Reference in New Issue
Block a user