@@ -0,0 +1,14 @@
package edit2d
game_mode :: enum
{
PLAY,
EDIT,
}
engine_game :: struct {
curr_level : string,
interface : interface_state,
mode : game_mode,
The note is not visible to the blocked user.