Created
November 6, 2014 03:58
-
-
Save Kolesias123/3fef2e5faf77af44e7f2 to your computer and use it in GitHub Desktop.
Mapa de prueba para Inix Engine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"options": | |
{ | |
"lightEnviroment": "rgba(0, 0, 0, .97)" | |
}, | |
"brushes": | |
{ | |
"2": | |
{ | |
"width": "900.0", | |
"height": "10.0", | |
"position": | |
{ | |
"x": 0.0, | |
"y": 510.0 | |
} | |
}, | |
"3": | |
{ | |
"width": "10.0", | |
"height": "900.0", | |
"position": | |
{ | |
"x": 0.0, | |
"y": 0.0 | |
} | |
}, | |
"4": | |
{ | |
"width": "10.0", | |
"height": "900.0", | |
"position": | |
{ | |
"x": 700.0, | |
"y": 0.0 | |
} | |
} | |
}, | |
"entities": | |
{ | |
"1": | |
{ | |
"classname": "info_player_spawn", | |
"position": | |
{ | |
"x": 450.0, | |
"y": 450.0 | |
} | |
}, | |
"2": | |
{ | |
"classname": "env_light", | |
"position": | |
{ | |
"x": 350.0, | |
"y": 350.0 | |
}, | |
"options": | |
{ | |
"name": "lol_light", | |
"lightRadius": 400, | |
"lightEffect": 1 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment