Skip to content

Commit

Permalink
terrain modifiers gui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumiago committed Oct 21, 2022
1 parent d07cc15 commit 2fb0aba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions interface/divisiondesignerview.gui
Original file line number Diff line number Diff line change
Expand Up @@ -1435,15 +1435,15 @@ guiTypes = {

iconType = {
name ="movement"
spriteType = "GFX_terrain_mod_attack_strip"
position = { x=34 y=42 }
spriteType = "GFX_terrain_mod_movement_strip"
position = { x=11 y=42 }
frame = 1
}

iconType = {
name ="attack"
spriteType = "GFX_terrain_mod_movement_strip"
position = { x=11 y=42 }
spriteType = "GFX_terrain_mod_attack_strip"
position = { x=34 y=42 }
frame = 1
}

Expand Down

0 comments on commit 2fb0aba

Please sign in to comment.