Skip to content

Instantly share code, notes, and snippets.

@Aegean-Homines
Created August 18, 2017 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aegean-Homines/6f29f49c84c1fb888f6c922759fa633f to your computer and use it in GitHub Desktop.
Save Aegean-Homines/6f29f49c84c1fb888f6c922759fa633f to your computer and use it in GitHub Desktop.
Settings file for the WhiskyEngine
{
"ArchetypeJsonLocation": "Archetypes/Archetypes.json",
"AudioJsonLocation": "Resources/Audio.json",
"TextureJsonLocation": "Resources/Texture.json",
"SfmlMusicJsonTag": "SFMLMusic",
"SfmlSoundJsonTag": "SFMLSound",
"EngineLevelFileLocation":"Levels/",
"EngineLevels": ["Tutorial.json", "Level1.json", "Level2.json", "Level3.json"],
"EngineResolutionWidth": 1920,
"EngineResoulutionHeight": 1080,
"EngineFpsLimit": 60,
"EngineIsLevelEditingOn": false,
"EngineFullScreen": false,
"EngineDebugMode": false,
"EngineDevelopmentMode": false,
"EngineDebugDraw": false,
"EngineCollisionInfo": false,
"EngineInfo": false,
"GraphicsShaderPath": "Source\\GLSL Library\\",
"GraphicsLightingShader": "lighting",
"GraphicsShadowingShader": "shadow",
"GraphicsOutlineShader": "outline",
"GraphicsPostProcessShader": "pp",
"GraphicsDeferredGeometryShader": "d_geometry",
"GraphicsDeferredLightingShader": "d_lighting",
"GraphicsDeferredShadowedLightingShader": "d_shdLighting",
"GraphicsDeferredAmbientShader": "d_ambient",
"GraphicsUnlitShader": "unlit",
"GraphicsNormalsShader": "normals",
"GraphicsQNormalsShader": "quad_normals",
"GraphicsLineRendererShader": "line",
"GraphicsTextRendererShader": "text",
"GraphicsDrawNormals": true,
"GraphicsDepthBits": 24,
"GraphicsStencilBits": 8,
"GraphicsAALevel": 2,
"GraphicsMinorVersion": 1,
"GraphicsMajorVersion": 4,
"PhysicsGravity": -10,
"EditorCameraMoveSpeed": 10,
"EditorCameraRotateSpeed": 0.05,
"ParticleShaderPath" : "Source\\GLSL Library\\Particle Shaders\\",
"ParticleUpdate": "particleUpdate",
"ParticleRender": "particleRender"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment