Changeset 536 for trunk/LocalPlayer/CityType.pas
- Timestamp:
- Apr 15, 2024, 8:59:23 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityType.pas
r531 r536 134 134 S := IntToStr(I + 1); 135 135 Font.Color := MainTexture.ColorTextLight; 136 Text out(xList + 20 + I mod nListCol * 42 - TextWidth(S) div 2,136 TextOut(xList + 20 + I mod nListCol * 42 - TextWidth(S) div 2, 137 137 yList + 15 + I div nListCol * 32 - TextHeight(S) div 2, S); 138 138 end;
Note:
See TracChangeset
for help on using the changeset viewer.