The images for my reactions to your bad code are now up. Went with a more 'pixel video' look than a pixel art hand drawn thing.
This commit is contained in:
parent
581e5b4a60
commit
e1c667d816
12 changed files with 40 additions and 36 deletions
|
@ -80,7 +80,7 @@ void Builder::BUILDING(BuildEvent ev) {
|
|||
|
||||
if(rc == 0) {
|
||||
game.event(GameEvent::BUILD_SUCCESS);
|
||||
gui.build_works();
|
||||
gui.build_success();
|
||||
} else {
|
||||
game.event(GameEvent::BUILD_FAILED);
|
||||
gui.build_failed(!game.is_dead(), build_cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue