19 lines
642 B
Text
19 lines
642 B
Text
[gd_scene load_steps=4 format=3 uid="uid://snxpqx0ony7s"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/player_movement.gd" id="1_a6lhy"]
|
|
[ext_resource type="Texture2D" uid="uid://qcx482jc7pqr" path="res://textures/player.png" id="2_sscjv"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_jqi2f"]
|
|
radius = 9.0
|
|
height = 22.0
|
|
|
|
[node name="Player" type="CharacterBody2D"]
|
|
script = ExtResource("1_a6lhy")
|
|
jump_count = 1
|
|
jump_strength = 600
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CapsuleShape2D_jqi2f")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_sscjv")
|