19 lines
644 B
Plaintext
19 lines
644 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dbgbygehmmopa"]
|
|
|
|
[ext_resource type="Script" uid="uid://bta87k4s4eyp7" path="res://Player.cs" id="1_cs5ta"]
|
|
[ext_resource type="Texture2D" uid="uid://1aivwap6lvr4" path="res://Player.png" id="2_jdmud"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_bj6vt"]
|
|
radius = 64.0
|
|
|
|
[node name="Player" type="CharacterBody2D"]
|
|
script = ExtResource("1_cs5ta")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(0, 64)
|
|
texture = ExtResource("2_jdmud")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(0, 64)
|
|
shape = SubResource("CircleShape2D_bj6vt")
|