Game jam submission
This commit is contained in:
+10
-3
@@ -1,10 +1,12 @@
|
||||
[gd_scene format=3 uid="uid://cbual4qbgv2fc"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bg6mw4gfk50jv" path="res://scripts/player.gd" id="1_3vyb7"]
|
||||
[ext_resource type="PackedScene" uid="uid://n4ewjryy001b" path="res://assets/chara_red.fbx" id="2_g2els"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_xcqlg"]
|
||||
height = 1.6
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_xcqlg"]
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_top"]
|
||||
|
||||
[node name="Player" type="CharacterBody3D" unique_id=432105976]
|
||||
collision_layer = 2
|
||||
@@ -14,7 +16,12 @@ script = ExtResource("1_3vyb7")
|
||||
metadata/_custom_type_script = "uid://bg6mw4gfk50jv"
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=1758174490]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.19999999, 0)
|
||||
shape = SubResource("CapsuleShape3D_xcqlg")
|
||||
|
||||
[node name="Body" type="MeshInstance3D" parent="." unique_id=977363109]
|
||||
mesh = SubResource("CapsuleMesh_xcqlg")
|
||||
[node name="TopCollisionShape3D" type="CollisionShape3D" parent="." unique_id=1758174491]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0)
|
||||
shape = SubResource("BoxShape3D_top")
|
||||
|
||||
[node name="chara_red" parent="." unique_id=1864019899 instance=ExtResource("2_g2els")]
|
||||
transform = Transform3D(8, 0, 0, 0, 8, 0, 0, 0, 8, 0, -1, 0)
|
||||
|
||||
Reference in New Issue
Block a user