adjusted positioning of the modern battle ship and set fullscreen mode to false
This commit is contained in:
		@@ -64,7 +64,7 @@ settings.resolution.width=1200
 | 
				
			|||||||
settings.resolution.height=800
 | 
					settings.resolution.height=800
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Determines whether the application runs in full-screen mode.
 | 
					# Determines whether the application runs in full-screen mode.
 | 
				
			||||||
settings.full-screen=true
 | 
					settings.full-screen=false
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Enables or disables gamma correction to improve color accuracy.
 | 
					# Enables or disables gamma correction to improve color accuracy.
 | 
				
			||||||
settings.use-gamma-correction=true
 | 
					settings.use-gamma-correction=true
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -211,7 +211,7 @@ private Spatial createModernBattleship(Battleship ship) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        model.rotate(-HALF_PI, calculateRotationAngle(ship.getRot()), 0f);
 | 
					        model.rotate(-HALF_PI, calculateRotationAngle(ship.getRot()), 0f);
 | 
				
			||||||
        model.scale(0.08f);
 | 
					        model.scale(0.08f);
 | 
				
			||||||
        model.setLocalTranslation(0f, 0.25f, 0f);
 | 
					        model.setLocalTranslation(0f, 0.2f, 0f);
 | 
				
			||||||
        model.setShadowMode(ShadowMode.CastAndReceive);
 | 
					        model.setShadowMode(ShadowMode.CastAndReceive);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return model;
 | 
					        return model;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user