This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pack": { | |
"pack_format": 3, | |
"description": "My Resource Pack" | |
}, | |
"language": { | |
"LANG_COUNTRY": { | |
"name": "My Custom Language", | |
"region": "Country/Region name", | |
"bidirectional": false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.ComponentModel; | |
using System.Drawing; | |
using System.Windows.Forms; | |
using WinChessGUI.Properties; | |
using Color = System.Drawing.Color; | |
namespace WinChessGUI | |
{ | |
/// <summary> | |
/// Used to display a chess board. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.container { | |
/* This line is required */ | |
display: flex; | |
/* Images will wrap onto a new line if there is not enough space */ | |
flex-wrap: wrap; | |
/* Will space the images evenly */ | |
justify-content: space-evenly; | |
/* Will align the images to a centre line */ | |
align-items: center; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name | color | price | baserent | onehouserent | twohouserent | threehouserent | fourhouserent | hotelrent | skyscraperrent | mortgagevalue | housecost | hotelcost | skyscrapercost | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Lake Street | light pink | 30 | 1 | 5 | 15 | 45 | 80 | 125 | 625 | 15 | 50 | 50 | 50 | |
Nicollet Avenue | light pink | 30 | 1 | 5 | 15 | 45 | 80 | 125 | 625 | 15 | 50 | 50 | 50 | |
Hennepin Avenue | light pink | 60 | 3 | 15 | 45 | 120 | 240 | 350 | 850 | 30 | 50 | 50 | 50 | |
Esplanade Avenue | light green | 90 | 5 | 25 | 80 | 225 | 360 | 550 | 1000 | 45 | 50 | 50 | 50 | |
Canal Street | light green | 90 | 5 | 25 | 80 | 225 | 360 | 550 | 1000 | 45 | 50 | 50 | 50 | |
Magazine Street | light green | 120 | 8 | 40 | 100 | 300 | 450 | 600 | 1100 | 60 | 50 | 50 | 50 | |
Bourbon Street | light green | 120 | 8 | 40 | 100 | 300 | 450 | 600 | 1100 | 60 | 50 | 50 | 50 | |
Katy Freeway | light yellow | 150 | 11 | 55 | 160 | 475 | 650 | 800 | 1300 | 75 | 100 | 100 | 100 | |
Westheimer Road | light yellow | 150 | 11 | 55 | 160 | 475 | 650 | 800 | 1300 | 75 | 100 | 100 | 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 0: dust.Indoors | |
- 1: dust.Outdoors1 | |
- 2: dust.Outdoors2 | |
- 3: dust2_new.indoors | |
- 4: dust2_new.outdoors | |
- 5: dust2_new.BBomb | |
- 6: dust2_new.BDoors | |
- 7: dust2_new.MidDoors | |
- 8: dust2_new.ctstart | |
- 9: dust2_new.ABomb |