You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
Move to Renderer V2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export class RoomVariableEnum
|
||||
{
|
||||
public static ROOM_MIN_X: string = 'room_min_x';
|
||||
public static ROOM_MAX_X: string = 'room_max_x';
|
||||
public static ROOM_MIN_Y: string = 'room_min_y';
|
||||
public static ROOM_MAX_Y: string = 'room_max_y';
|
||||
public static ROOM_IS_PUBLIC: string = 'room_is_public';
|
||||
public static ROOM_Z_SCALE: string = 'room_z_scale';
|
||||
public static AD_DISPLAY_DELAY: string = 'ad_display_delay';
|
||||
public static IS_PLAYING_GAME: string = 'is_playing_game';
|
||||
}
|
||||
Reference in New Issue
Block a user