diff --git a/game/00src/definitions/other.rpy b/game/00src/definitions/other.rpy index a5c8f7f..3bb32ba 100644 --- a/game/00src/definitions/other.rpy +++ b/game/00src/definitions/other.rpy @@ -897,7 +897,4 @@ python early: rv.add_uniform("u_outline_width", self.outline_width) rv.add_uniform("u_outline_color", self.outline_color) - return rv - -init python: - config.developer = True \ No newline at end of file + return rv \ No newline at end of file