Skip to content

Commit

Permalink
Tweak animation
Browse files Browse the repository at this point in the history
  • Loading branch information
JMarshall5 committed Aug 19, 2024
1 parent 5e893cb commit 50c6aa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Characters/hero.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ tracks/0/keys = {

[sub_resource type="Animation" id="Animation_l74xr"]
resource_name = "walk_up"
length = 0.6
length = 0.5
loop_mode = 1
tracks/0/type = "value"
tracks/0/imported = false
Expand All @@ -361,10 +361,10 @@ tracks/0/path = NodePath("Sprite2D:frame")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.1, 0.2, 0.3, 0.4, 0.5),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1),
"times": PackedFloat32Array(0, 0.1, 0.2, 0.3, 0.4),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1),
"update": 1,
"values": [12, 13, 14, 15, 16, 17]
"values": [12, 13, 14, 15, 16]
}

[sub_resource type="AnimationLibrary" id="AnimationLibrary_1chb6"]
Expand Down
4 changes: 2 additions & 2 deletions Levels/level_02/Level_02.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=64 format=4 uid="uid://bxug41xovxe8p"]
[gd_scene load_steps=16 format=4 uid="uid://bxug41xovxe8p"]

[ext_resource type="TileSet" uid="uid://btn2hyppj2rla" path="res://TileSets/TestTileSet.tres" id="1_o4wht"]
[ext_resource type="PackedScene" uid="uid://csbw7e8w63gif" path="res://Characters/hero.tscn" id="7_o4cwa"]
Expand All @@ -13,7 +13,7 @@
[ext_resource type="AudioStream" uid="uid://bahb4ibce667t" path="res://Audio/soundtrack/Noise Attack.mp3" id="16_6o66l"]
[ext_resource type="AudioStream" uid="uid://ca8tcht4ban0m" path="res://Audio/soundtrack/Summon the Rawk.mp3" id="17_h4iq4"]
[ext_resource type="PackedScene" uid="uid://d2glbpj75vbl8" path="res://Characters/EnemyGreenOoze.tscn" id="18_bakr2"]
[ext_resource type="PackedScene" uid="uid://c4f4xoibdq0s3" path="res://UI/UI.tscn" id="19_5c338"]
[ext_resource type="PackedScene" path="res://UI/UI.tscn" id="19_5c338"]

[sub_resource type="AudioStreamPlaylist" id="AudioStreamPlaylist_fkmgx"]
shuffle = true
Expand Down

0 comments on commit 50c6aa2

Please sign in to comment.