rSimulate / Cosmosium

:earth_americas: js game engine for space-based games
Other
23 stars 7 forks source link

update tech overviews to use new tpl #29

Open 7yl4r opened 10 years ago

7yl4r commented 10 years ago

this is just special cases of the (new) tile_overview.tpl. They should be deleted and references to them in main_body.tpl should be replaced with use of the tile_overview.tpl to reduce code duplication.

I just did this with the mining_overview_tile.tpl, so look at my changes 48b48eec134d384ae4db3e2be570724cd2aa127b for reference.

7yl4r commented 10 years ago

Some of these files have been moved, so let me restate this:

see /tpl/content/dash.tpl and use include('tile_overview') rather than include(tech_overview_tile) similarly to the tech summary right above and then delete tpl/mining_overview_tile.tpl