Fix colors

This commit is contained in:
Renarde-dev 2025-01-24 21:16:37 +01:00
parent 790385b67a
commit ee2ff1112e
No known key found for this signature in database
GPG key ID: 5B8FE0B3816369DE
11 changed files with 88 additions and 108 deletions

View file

@ -3,8 +3,9 @@
[ext_resource type="Script" path="res://scripts/player_control.gd" id="1_7sg4g"]
[ext_resource type="Texture2D" uid="uid://uebyv8y862vt" path="res://ressources/images/melodie.svg" id="2_se13h"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwwdc"]
size = Vector2(16, 32)
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_wgkyh"]
radius = 6.0
height = 32.0
[node name="Player_Melodie" type="CharacterBody2D"]
script = ExtResource("1_7sg4g")
@ -14,4 +15,4 @@ scale = Vector2(0.75, 0.75)
texture = ExtResource("2_se13h")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_uwwdc")
shape = SubResource("CapsuleShape2D_wgkyh")