Age briefing UI and terrain presentation
This commit is contained in:
@@ -66,6 +66,13 @@ const DEFAULT_TERRAIN_DEFS := {
|
||||
"avoid": 5,
|
||||
"color": Color(0.55, 0.50, 0.34)
|
||||
},
|
||||
"D": {
|
||||
"name": "황무지",
|
||||
"move_cost": {"foot": 1, "mounted": 2, "archer": 1, "water": 99},
|
||||
"defense": 0,
|
||||
"avoid": 0,
|
||||
"color": Color(0.59, 0.45, 0.29)
|
||||
},
|
||||
"R": {
|
||||
"name": "관도",
|
||||
"move_cost": 1,
|
||||
|
||||
Reference in New Issue
Block a user