diff --git a/screenshot.png b/screenshot.png index af34b01..4504ba1 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/screenshot.png.import b/screenshot.png.import index 1174e39..f449c24 100644 --- a/screenshot.png.import +++ b/screenshot.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bjio4exj7ic6b" +uid="uid://cgdidqo6qxrbs" path="res://.godot/imported/screenshot.png-024a21af5d37bf0f0dd0e2bccdd149d0.ctex" metadata={ "vram_texture": false diff --git a/src/scenes/character.tscn b/src/scenes/character.tscn index 3adc32f..238540d 100644 --- a/src/scenes/character.tscn +++ b/src/scenes/character.tscn @@ -65,10 +65,25 @@ animations = [{ }, { "duration": 1.0, "texture": ExtResource("12") +}, { +"duration": 1.0, +"texture": ExtResource("6") +}, { +"duration": 1.0, +"texture": ExtResource("6") +}, { +"duration": 1.0, +"texture": ExtResource("6") +}, { +"duration": 1.0, +"texture": ExtResource("6") +}, { +"duration": 1.0, +"texture": ExtResource("6") }], "loop": true, "name": &"default", -"speed": 2.0 +"speed": 1.0 }] [sub_resource type="SpriteFrames" id="3"] @@ -109,10 +124,22 @@ animations = [{ }, { "duration": 1.0, "texture": ExtResource("23") +}, { +"duration": 1.0, +"texture": ExtResource("13") +}, { +"duration": 1.0, +"texture": ExtResource("13") +}, { +"duration": 1.0, +"texture": ExtResource("13") +}, { +"duration": 1.0, +"texture": ExtResource("13") }], "loop": true, "name": &"default", -"speed": 2.0 +"speed": 3.0 }] [node name="Character" type="Node2D"] diff --git a/src/scripts/game.gd b/src/scripts/game.gd index dd99a21..298a8ba 100644 --- a/src/scripts/game.gd +++ b/src/scripts/game.gd @@ -1,6 +1,5 @@ extends Node - @onready var tops = $Seperate/Tops @onready var bottoms = $Seperate/Bottoms @onready var seperate_items = $Seperate