15 lines
513 B
Plaintext
15 lines
513 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://d3y1iqmpknpyo"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://d3hp5rjoph7hg" path="res://scripts/player.gd" id="1_3vyb7"]
|
||
|
|
||
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_3vyb7"]
|
||
|
|
||
|
[node name="Player" type="CharacterBody2D"]
|
||
|
script = ExtResource("1_3vyb7")
|
||
|
BUMP_POWER = 200
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("CapsuleShape2D_3vyb7")
|
||
|
debug_color = Color(0.521559, 0.5744511, 0, 0.41960785)
|