18 lines
609 B
Plaintext
18 lines
609 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dtttpb73i7qt2"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://blmo4uqveqgtu" path="res://assets/Amogus.png" id="1_27e8i"]
|
|
[ext_resource type="Script" path="res://Scenes/player.gd" id="1_xdifv"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ounmr"]
|
|
radius = 3.16228
|
|
|
|
[node name="Player" type="CharacterBody2D"]
|
|
script = ExtResource("1_xdifv")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_27e8i")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(0, 1)
|
|
shape = SubResource("CircleShape2D_ounmr")
|