Little lighter outline color. Also lowered sprite size to have less empty space in the sheet.

This commit is contained in:
Relintai 2021-09-20 16:05:05 +02:00
parent f7fe18b53d
commit 30c5209a38
1 changed files with 2 additions and 1 deletions

View File

@ -21,8 +21,9 @@ environment = SubResource( 3 )
[node name="TextureAtlasGenerator" type="Node2D"]
script = ExtResource( 3 )
_sprite_size = 40
_sprite_size = 26
_sprite_num = 16
outline_color = Color( 0.027451, 0.027451, 0.027451, 1 )
_show_atlas = true
save_texture = true
animations = [ "run", "idle", "casting", "rest" ]