run on vs code
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bvb06v550jq4l"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c8xqu4vvon4sg" path="res://MyPlayer.cs" id="1_0an8n"]
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_kak5s"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_kak5s"]
|
||||
|
||||
[node name="MyPlayer" type="CharacterBody3D"]
|
||||
script = ExtResource("1_0an8n")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
||||
mesh = SubResource("CapsuleMesh_kak5s")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
||||
shape = SubResource("CapsuleShape3D_kak5s")
|
||||
Reference in New Issue
Block a user