1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00
This commit is contained in:
Laserlicht 2023-09-30 20:18:12 +02:00 committed by GitHub
parent 8b835c9253
commit 73a05d82e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 4 deletions

View File

@ -229,6 +229,8 @@
<Unit filename="windows/CCreatureWindow.h" /> <Unit filename="windows/CCreatureWindow.h" />
<Unit filename="windows/CHeroOverview.cpp" /> <Unit filename="windows/CHeroOverview.cpp" />
<Unit filename="windows/CHeroOverview.h" /> <Unit filename="windows/CHeroOverview.h" />
<Unit filename="windows/CMapOverview.cpp" />
<Unit filename="windows/CMapOverview.h" />
<Unit filename="windows/CHeroWindow.cpp" /> <Unit filename="windows/CHeroWindow.cpp" />
<Unit filename="windows/CHeroWindow.h" /> <Unit filename="windows/CHeroWindow.h" />
<Unit filename="windows/CKingdomInterface.cpp" /> <Unit filename="windows/CKingdomInterface.cpp" />

View File

@ -238,6 +238,7 @@
<ClCompile Include="windows\CCastleInterface.cpp" /> <ClCompile Include="windows\CCastleInterface.cpp" />
<ClCompile Include="windows\CCreatureWindow.cpp" /> <ClCompile Include="windows\CCreatureWindow.cpp" />
<ClCompile Include="windows\CHeroOverview.cpp" /> <ClCompile Include="windows\CHeroOverview.cpp" />
<ClCompile Include="windows\CMapOverview.cpp" />
<ClCompile Include="windows\CHeroWindow.cpp" /> <ClCompile Include="windows\CHeroWindow.cpp" />
<ClCompile Include="windows\CKingdomInterface.cpp" /> <ClCompile Include="windows\CKingdomInterface.cpp" />
<ClCompile Include="windows\CQuestLog.cpp" /> <ClCompile Include="windows\CQuestLog.cpp" />
@ -305,6 +306,7 @@
<ClInclude Include="windows\CCastleInterface.h" /> <ClInclude Include="windows\CCastleInterface.h" />
<ClInclude Include="windows\CCreatureWindow.h" /> <ClInclude Include="windows\CCreatureWindow.h" />
<ClInclude Include="windows\CHeroOverview.h" /> <ClInclude Include="windows\CHeroOverview.h" />
<ClInclude Include="windows\CMapOverview.h" />
<ClInclude Include="windows\CHeroWindow.h" /> <ClInclude Include="windows\CHeroWindow.h" />
<ClInclude Include="windows\CKingdomInterface.h" /> <ClInclude Include="windows\CKingdomInterface.h" />
<ClInclude Include="windows\CQuestLog.h" /> <ClInclude Include="windows\CQuestLog.h" />

View File

@ -25,6 +25,9 @@
<ClCompile Include="windows\CHeroOverview.cpp"> <ClCompile Include="windows\CHeroOverview.cpp">
<Filter>windows</Filter> <Filter>windows</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="windows\CMapOverview.cpp">
<Filter>windows</Filter>
</ClCompile>
<ClCompile Include="windows\CHeroWindow.cpp"> <ClCompile Include="windows\CHeroWindow.cpp">
<Filter>windows</Filter> <Filter>windows</Filter>
</ClCompile> </ClCompile>
@ -179,6 +182,9 @@
<ClInclude Include="windows\CHeroOverview.h"> <ClInclude Include="windows\CHeroOverview.h">
<Filter>windows</Filter> <Filter>windows</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="windows\CMapOverview.h">
<Filter>windows</Filter>
</ClInclude>
<ClInclude Include="windows\CHeroWindow.h"> <ClInclude Include="windows\CHeroWindow.h">
<Filter>windows</Filter> <Filter>windows</Filter>
</ClInclude> </ClInclude>

View File

@ -101,7 +101,7 @@
}, },
{ {
"type": "drawTransparentRect", "type": "drawTransparentRect",
"rect": {"x": 5, "y": 309, "w": 418, "h": 20}, "rect": {"x": 5, "y": 304, "w": 418, "h": 20},
"color": [0, 0, 0, 75], "color": [0, 0, 0, 75],
"colorLine": [128, 100, 75, 255] "colorLine": [128, 100, 75, 255]
}, },
@ -111,11 +111,11 @@
"alignment": "center", "alignment": "center",
"color": "yellow", "color": "yellow",
"text": "vcmi.lobby.filename", "text": "vcmi.lobby.filename",
"position": {"x": 214, "y": 319} "position": {"x": 214, "y": 314}
}, },
{ {
"type": "drawTransparentRect", "type": "drawTransparentRect",
"rect": {"x": 5, "y": 334, "w": 418, "h": 45}, "rect": {"x": 5, "y": 329, "w": 418, "h": 45},
"color": [0, 0, 0, 75], "color": [0, 0, 0, 75],
"colorLine": [128, 100, 75, 255] "colorLine": [128, 100, 75, 255]
}, },
@ -124,7 +124,7 @@
"font": "small", "font": "small",
"alignment": "center", "alignment": "center",
"color": "white", "color": "white",
"rect": {"x": 10, "y": 339, "w": 408, "h": 35} "rect": {"x": 10, "y": 334, "w": 408, "h": 35}
} }
] ]
} }