up to adding an overlay
This commit is contained in:
parent
a7fd74e3d3
commit
e3b32ca4fa
|
@ -704,13 +704,13 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"cell_type": "markdown",
|
||||
"metadata": {
|
||||
"collapsed": false
|
||||
},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
"source": [
|
||||
"Replaced the debug labels and coloured the status and minimap two different ways. "
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
|
@ -719,7 +719,23 @@
|
|||
"collapsed": true
|
||||
},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
"source": [
|
||||
"#%load strategygame.kv"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {
|
||||
"collapsed": true
|
||||
},
|
||||
"source": [
|
||||
"We should probably have a viewer and a hexagon map underneath!!\n",
|
||||
"\n",
|
||||
"But not for now...let's make an overlay of boxes...and label them with an \"offset-r)\n",
|
||||
"\n",
|
||||
"Hmmmm....overlay...is...having...issues. \n",
|
||||
"\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
|
|
Loading…
Reference in New Issue