This implements base ambient lighting for tiles which helps with tiles like lava and ceiling lights.
This commit is contained in:
parent
74a1801069
commit
3dc70c3af6
11 changed files with 48 additions and 17 deletions
|
@ -318,6 +318,7 @@ namespace gui {
|
|||
break;
|
||||
case KEY::P:
|
||||
sound::mute(false);
|
||||
if(!sound::playing("ambient_1")) sound::play("ambient_1", true);
|
||||
$debug_ui.debug();
|
||||
shaders::reload();
|
||||
dbc::log("save map!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue