I totally forgot this, it seems.
This commit is contained in:
		
							parent
							
								
									5930bf569b
								
							
						
					
					
						commit
						8138068d51
					
				@ -25,6 +25,8 @@ public:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  void stop();
 | 
					  void stop();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  void move(int ax, int ay);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  void combo_resize(int w, int h);
 | 
					  void combo_resize(int w, int h);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
private:
 | 
					private:
 | 
				
			||||||
@ -36,6 +38,10 @@ private:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  const int time_mod = 62;
 | 
					  const int time_mod = 62;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  // These are the X and Y values before they are fixed based on the sprite's width.
 | 
				
			||||||
 | 
					  int x = 0;
 | 
				
			||||||
 | 
					  int y = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  bool m_flipped = false;
 | 
					  bool m_flipped = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  bool play_once = true;
 | 
					  bool play_once = true;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user