|
1 | 1 | [gd_scene load_steps=4 format=3 uid="uid://bgowra4ubjdnq"]
|
2 | 2 |
|
3 | 3 | [ext_resource type="Script" uid="uid://de61d5m60vonw" path="res://Src/Modules/Player/Scripts/Player.cs" id="1_d6hpj"]
|
4 |
| -[ext_resource type="Texture2D" uid="uid://cld63q5s143di" path="res://icon.svg" id="2_y2y0i"] |
| 4 | +[ext_resource type="Texture2D" uid="uid://du7cgbk1wqk0g" path="res://Src/Modules/Player/Textures/Idle.png" id="2_d6hpj"] |
5 | 5 |
|
6 |
| -[sub_resource type="CircleShape2D" id="CircleShape2D_mmth5"] |
| 6 | +[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_d6hpj"] |
| 7 | +radius = 7.14286 |
| 8 | +height = 14.2857 |
7 | 9 |
|
8 | 10 | [node name="Player" type="CharacterBody2D"]
|
9 | 11 | physics_interpolation_mode = 1
|
10 | 12 | script = ExtResource("1_d6hpj")
|
11 | 13 | _speed = 200.0
|
12 | 14 |
|
13 | 15 | [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
14 |
| -shape = SubResource("CircleShape2D_mmth5") |
| 16 | +position = Vector2(8, 8) |
| 17 | +scale = Vector2(0.7, 0.7) |
| 18 | +shape = SubResource("CapsuleShape2D_d6hpj") |
15 | 19 |
|
16 | 20 | [node name="Sprite2D" type="Sprite2D" parent="."]
|
17 |
| -scale = Vector2(0.113281, 0.117188) |
18 |
| -texture = ExtResource("2_y2y0i") |
| 21 | +position = Vector2(8, 8) |
| 22 | +scale = Vector2(1, 1) |
| 23 | +texture = ExtResource("2_d6hpj") |
19 | 24 |
|
20 | 25 | [node name="Camera2D" type="Camera2D" parent="."]
|
21 | 26 | physics_interpolation_mode = 1
|
22 |
| -zoom = Vector2(2, 2) |
| 27 | +position = Vector2(8, 8) |
| 28 | +zoom = Vector2(2.6, 2.6) |
23 | 29 | process_callback = 0
|
24 | 30 | position_smoothing_enabled = true
|
0 commit comments