16 lines
642 B
Plaintext
16 lines
642 B
Plaintext
[gd_scene format=3 uid="uid://cw8jnr0mscanx"]
|
|
|
|
[ext_resource type="Script" uid="uid://cb378ofiodjbg" path="res://scripts/player.gd" id="1_3vyb7"]
|
|
[ext_resource type="Texture2D" uid="uid://db6gtr4tljfh2" path="res://assets/icon.svg" id="2_g2els"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_u8vuu"]
|
|
|
|
[node name="Player" type="CharacterBody2D" unique_id=804585690]
|
|
script = ExtResource("1_3vyb7")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=896441301]
|
|
shape = SubResource("CapsuleShape2D_u8vuu")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=723284336]
|
|
texture = ExtResource("2_g2els")
|