< < 
 
 
 
 	 @ i g a m e p l a y 
 
 	 { 
 
 	 	 # s t r i n g   n a m e   " g a m e p l a y " ; 
 
 	 	 # s t r i n g   t e x t u r e _ p a c k   " g a m e p l a y _ p a c k " ; 
 
 	 	 # s t r i n g   s o u n d _ p a c k   " g a m e p l a y _ p a c k " ; 
 
 	 	 
 
 	 	 @ l e v e l s t a t u s c h e c k e r ; 
 
 	 	 @ p a r t i c l e _ l i s t ; 
 
 	 	 @ u p m e n u _ l e f t ; 
 
 	 	 @ u p m e n u _ r i g h t ; 
 
 	 	 @ u p m e n u _ c e n t e r ; 	 
 
 	 	 @ v i r t u a l _ w i n d o w 
 
 	 	 { 
 
 	 	 	 # s t r i n g   n a m e   " t a s k _ d e t a i l s " ; 
 
 	 	 	 # p o i n t   p o s   1 1 8 ,   0 ; 
 
 	 	 	 # p o i n t   s i z e   6 4 ,   6 4 ; 	 	 	 
 
 	 	 	 # s t r i n g   a l i g n   " t o p   r i g h t " ; 	 	 	 
 
 	 	 	 # s t r i n g   t e x _ m a s k _ n a m e   " l o u p e . t g a " ; 
 
 
 
 	 	 	 @ b i t m a p 
 
 	 	 	 { 
 
 	 	 	 	 # s t r i n g   n a m e   " c e n t e r " ; 
 
 	 	 	 	 # p o i n t   p o s   0 ,   0 ; 
 
 	 	 	 	 # p o i n t   s i z e   1 0 0 ,   1 0 0 ; 	 	 	 
 
 	 	 	 	 # b o o l   m a s k   t r u e ; 
 
 	 	 	 	 # s t r i n g   a l i g n   " s c a l e x   s c a l e y " ; 
 
 	 	 	 	 # s t r i n g   t e x t u r e _ n a m e   " l o u p e . t g a " ; 
 
 	 	 	 } 
 
 	 	 } 
 
 	 	 @ c e n t e r _ o n _ w o r k e r ; 	 	 
 
 	 	 @ i n v e n t o r y _ t a b ; 
 
 	 	 @ b u i l d i n g s _ t a b ; 
 
 	 	 @ s e e d s _ t a b ; 
 
 	 	 @ s p r o u t s _ t a b ; 
 
 	 	 @ t r e e s _ t a b ; 
 
 	 	 @ w o r k e r s _ t a b ; 
 
 	 	 / / @ d e c o r _ t a b ; 
 
 	 	 / / @ s t u f f _ t a b ; 
 
 	 	 @ s h o p _ t a b s ; 	 	 	 
 
 	 	 @ e n d _ t a s k _ f l y e r ; 
 
 	 	 @ d i a l o g u e _ f o r m ; 	 
 
 
 
 	 	 @ t a s k s _ f o r m ; 
 
 
 
 	 	 
 
 	 	 @ d e f a u l t _ d i a l o g ; 
 
 	 	 @ e n d g a m e _ d i a l o g ; 
 
 	 	 @ s a v e g a m e _ d i a l o g ; 
 
 	 	 @ q u i t g a m e _ d i a l o g ; 
 
 	 	 @ s a v e a n d e x i t g a m e _ d i a l o g ; 
 
 	 	 @ r e p l a y g a m e _ d i a l o g ; 
 
 	 	 @ n o t i f y _ h o l d e r ; 
 
 	 	 	 
 
 	 	 @ m a i n _ m e n u _ f o r m ; 
 
 	 	 @ i n g a m e _ o p t i o n s ; 
 
 	 	 @ i n g a m e _ v o l u m e ; 
 
 	 	 @ i n g a m e _ h e l p ; 
 
 	 	 @ l e v e l _ c o m p l e t e _ w i n d o w   { # b o o l   v i s i b l e   f a l s e ;   # b o o l   a l i v e   f a l s e ; } 
 
 	 	 @ c u r s o r 
 
 	 	 { 
 
 	 	 	 @ t r a n s p a r e n t _ h i n t 
 
 	 	 	 { 
 
 	 	 	 	 # s t r i n g   n a m e   " i t e m _ h i n t " ; 
 
 	 	 	 	 # p o i n t   p o s   1 0 0 ,   1 0 0 ; 
 
 	 	 	 	 # p o i n t   s i z e   1 8 0 ,   0 ; 	 	 	 	 
 
 	 	 	 	 # b o o l   m a n u a l   t r u e ; 
 
 	 	 	 } 
 
 	 	 } 
 
 	 } 
 
 
 
 
 
 
 
 > > 
 
 
 
 
 
 