Skip to content

Commit

Permalink
Some fixes and yaml update.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Nov 5, 2023
1 parent 698a5d2 commit 95534be
Show file tree
Hide file tree
Showing 8 changed files with 262 additions and 167 deletions.
9 changes: 5 additions & 4 deletions mods/ss/chrome/ingame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ Container@PLAYER_WIDGETS:
Bar: progressbar-thumb-green
Label@STAT_SPEED:
Y: 125
Text: label-actor-statsspeed
Text: label-actor-stats-speed
Children:
ProgressBar@STAT_SPEED_BAR:
X: 1
Expand Down Expand Up @@ -872,21 +872,21 @@ Container@PLAYER_WIDGETS:
Y: 1
Width: 90
Height: 25
Text: Player
Text: label-stats-name
Font: Bold
Label@FACTION:
X: 91
Y: 1
Width: 32
Height: 25
Text: Class
Text: label-stats-faction
Font: Bold
Label@SCORE:
X: PARENT_RIGHT - 27
Y: 1
Width: 25
Height: 25
Text: Score
Text: label-stats-score
Font: Bold
Align: Right
ScrollPanel@PLAYER_LIST:
Expand All @@ -896,6 +896,7 @@ Container@PLAYER_WIDGETS:
ItemSpacing: 5
Children:
ScrollItem@TEAM_TEMPLATE:
Background: scrollheader
Width: PARENT_RIGHT - 27
Height: 20
X: 2
Expand Down
Binary file removed mods/ss/maps/test.oramap
Binary file not shown.
24 changes: 4 additions & 20 deletions mods/ss/rules/civilian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,36 +244,20 @@ V11.Husk:
Name: Ludwig's House (Destroyed)

V12:
Inherits: ^CivField
Inherits: ^CivHaystackOrIgloo
SpawnActorOnDeath:
Actor: V12.Husk
MapEditorData:
ExcludeTilesets: DESERT
Tooltip:
Name: Haystacks

V12.Husk:
Inherits: ^CivBuildingHusk
MapEditorData:
ExcludeTilesets: DESERT
Tooltip:
Name: Haystacks (Destroyed)
Inherits: ^CivHaystackOrIglooHusk

V13:
Inherits: ^CivField
Inherits: ^CivHaystackOrIgloo
SpawnActorOnDeath:
Actor: V13.Husk
MapEditorData:
ExcludeTilesets: DESERT
Tooltip:
Name: Haystacks

V13.Husk:
Inherits: ^CivBuildingHusk
MapEditorData:
ExcludeTilesets: DESERT
Tooltip:
Name: Haystacks (Destroyed)
Inherits: ^CivHaystackOrIglooHusk

V14:
Inherits: ^CivField
Expand Down
Loading

0 comments on commit 95534be

Please sign in to comment.