mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2025-02-21 17:57:56 +01:00
Little lighter outline color. Also lowered sprite size to have less empty space in the sheet.
This commit is contained in:
parent
f7fe18b53d
commit
30c5209a38
@ -21,8 +21,9 @@ environment = SubResource( 3 )
|
|||||||
|
|
||||||
[node name="TextureAtlasGenerator" type="Node2D"]
|
[node name="TextureAtlasGenerator" type="Node2D"]
|
||||||
script = ExtResource( 3 )
|
script = ExtResource( 3 )
|
||||||
_sprite_size = 40
|
_sprite_size = 26
|
||||||
_sprite_num = 16
|
_sprite_num = 16
|
||||||
|
outline_color = Color( 0.027451, 0.027451, 0.027451, 1 )
|
||||||
_show_atlas = true
|
_show_atlas = true
|
||||||
save_texture = true
|
save_texture = true
|
||||||
animations = [ "run", "idle", "casting", "rest" ]
|
animations = [ "run", "idle", "casting", "rest" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user