The Forgettable Dungeon Beta - R805
The main new features in this update are the new lighting, shadows, and reflections.
Changelog:
-- added new lighting system
-- added reflections
-- added shadows
-- dungeon and debris system are now batched, improving performance greatly
-- revamped options menu, more options available
-- camera now has more player locked option
-- fixed being unable to pick up other players
-- you now have to manually catch boomerang
-- charge attack now does more damage
-- camera is now framerate independent
-- stat text is now framerate independent
-- skeletons no longer appear on floor 1
-- no longer stand up when going through transition on a bed
For the curious modders the light ranges and brightness can be changed by messing with these variables
// normal lights
$lin = 0.3;
$con = 0.0;
$quad = 0.0;
// player light
$playerLightLin = 0.5;
$playerLightQuad = 0.0;
Changelog:
-- added new lighting system
-- added reflections
-- added shadows
-- dungeon and debris system are now batched, improving performance greatly
-- revamped options menu, more options available
-- camera now has more player locked option
-- fixed being unable to pick up other players
-- you now have to manually catch boomerang
-- charge attack now does more damage
-- camera is now framerate independent
-- stat text is now framerate independent
-- skeletons no longer appear on floor 1
-- no longer stand up when going through transition on a bed
For the curious modders the light ranges and brightness can be changed by messing with these variables
// normal lights
$lin = 0.3;
$con = 0.0;
$quad = 0.0;
// player light
$playerLightLin = 0.5;
$playerLightQuad = 0.0;