up to adding an overlay

This commit is contained in:
Amy Wooding 2016-06-04 21:01:21 -07:00
parent a7fd74e3d3
commit e3b32ca4fa
1 changed files with 21 additions and 5 deletions

View File

@ -704,13 +704,13 @@
] ]
}, },
{ {
"cell_type": "code", "cell_type": "markdown",
"execution_count": null,
"metadata": { "metadata": {
"collapsed": false "collapsed": false
}, },
"outputs": [], "source": [
"source": [] "Replaced the debug labels and coloured the status and minimap two different ways. "
]
}, },
{ {
"cell_type": "code", "cell_type": "code",
@ -719,7 +719,23 @@
"collapsed": true "collapsed": true
}, },
"outputs": [], "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", "cell_type": "code",