Skip to content

Commit

Permalink
Update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed May 5, 2024
1 parent 21127c5 commit 1910310
Showing 1 changed file with 28 additions and 42 deletions.
70 changes: 28 additions & 42 deletions Traduction-FR-Kaiserreich/interface/frontendgamesetupview.gui
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ guiTypes = {

iconType = {
name = "backdrop_texture_3"
quadTextureSprite = "GFX_GER_intro"
quadTextureSprite = "GFX_IRE_intro"
position = { x = 2 y = 2 }
}
}
Expand All @@ -684,7 +684,7 @@ guiTypes = {

iconType = {
name = "backdrop_texture_4"
quadTextureSprite = "GFX_AUS_intro"
quadTextureSprite = "GFX_GER_intro"
position = { x = 2 y = 2 }
}
}
Expand Down Expand Up @@ -812,25 +812,6 @@ guiTypes = {
}
}

containerWindowType = {
name = "coverup_1"
position = { x = 182 y = 235 }
size = { width = 172 height = 96 }
clipping = yes

containerWindowType = {
name = "coverup_1_bg"
position = { x = 0 y = -190 }
size = { width = 172 height = 380 }
background = { quadTextureSprite = "GFX_tiled_paper_bg2" }

iconType = {
name = "backdrop_texture_1"
quadTextureSprite = "GFX_IMP_intro"
position = { x = 2 y = 2 }
}
}
}

containerWindowType = {
name = "coverup_3"
Expand All @@ -846,7 +827,7 @@ guiTypes = {

iconType = {
name = "backdrop_texture_3"
quadTextureSprite = "GFX_GER_intro"
quadTextureSprite = "GFX_IRE_intro"
position = { x = 2 y = 2 }
}
}
Expand All @@ -862,26 +843,6 @@ guiTypes = {
format = centre
}

containerWindowType = {
name = "coverup_5"
position = { x = 870 y = 235 }
size = { width = 172 height = 96 }
clipping = yes

containerWindowType = {
name = "coverup_5_bg"
position = { x = 0 y = -190 }
size = { width = 172 height = 380 }
background = { quadTextureSprite = "GFX_tiled_paper_bg2" }

iconType = {
name = "backdrop_texture_5"
quadTextureSprite = "GFX_RUS_intro"
position = { x = 2 y = 2 }
}
}
}

containerWindowType = {
name = "coverup_6"
position = { x = 1042 y = 235 }
Expand All @@ -902,6 +863,31 @@ guiTypes = {
}
}

### SETUP FOR HIGHLIGHTING MINOR TAGS

containerWindowType = {
name = highlight_minor
position = { x = 798 y = 375 }
## x: � 86 to move one slot left or right
## y: � 45 to move one slot up or down
## make a copy of this element if you want to highlight a second minor

iconType = {
name = "highlight_minor_wrench"
quadTextureSprite = "GFX_building_status_overlay"
position = { x = 25 y = 10 }
frame = 3
alwaystransparent = yes
}

iconType = {
name = "highlight_minor_button"
quadTextureSprite = "instagram"
position = { x = 44 y = 30 }
scale = 0.66
pdx_tooltip = highlight_minor_tt
}
}
### END of SECTION ###

iconType = {
Expand Down

0 comments on commit 1910310

Please sign in to comment.