22 lines
709 B
Plaintext
22 lines
709 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://4ubk6w44h4s2"]
|
|
|
|
[ext_resource type="Script" path="res://script/Player.cs" id="1_gmlsd"]
|
|
[ext_resource type="Texture2D" uid="uid://bo4q2rvn056p3" path="res://model/PatrickIdle1.png" id="2_w2lj6"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_5g3cc"]
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D"]
|
|
position = Vector2(1, 1)
|
|
motion_mode = 1
|
|
script = ExtResource("1_gmlsd")
|
|
Speed = 5000.0
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_5g3cc")
|
|
|
|
[node name="Icon1" type="Sprite2D" parent="."]
|
|
position = Vector2(2, 1)
|
|
texture = ExtResource("2_w2lj6")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|