mirror of https://github.com/profan/ld-39-jam.git
				
				
				
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			418 B
		
	
	
	
		
			INI
		
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			418 B
		
	
	
	
		
			INI
		
	
	
	
| [application]
 | |
| 
 | |
| name="ld-39"
 | |
| main_scene="res://Game.tscn"
 | |
| icon="res://icon.png"
 | |
| 
 | |
| [input]
 | |
| 
 | |
| player_attack_secondary=[mbutton(0, 2)]
 | |
| player_switch_up=[mbutton(0, 4)]
 | |
| player_switch_down=[mbutton(0, 5)]
 | |
| player_move_forwards=[key(Up), key(W), jaxis(0, 2)]
 | |
| player_move_backwards=[key(S), key(Down), jaxis(0, 3)]
 | |
| player_attack_primary=[mbutton(0, 1)]
 | |
| player_move_left=[key(A), key(Left)]
 | |
| player_move_right=[key(D), key(Right)]
 |