Last active
August 5, 2020 03:18
-
-
Save Keshizin/312b9ecffbf52bbcf1a4f354f100109f to your computer and use it in GitHub Desktop.
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
{ | |
"characters":[ | |
{ | |
"id":"Lane_0jesz44", | |
"type":"non-player-character", | |
"name":"Delegado", | |
"sprite_width":48, | |
"sprite_height":48, | |
"sprite_texture":"character_atlas.png", | |
"sprite_texture_frame":4, | |
"sprite_position_x":0, | |
"sprite_position_y":0 | |
}, | |
{ | |
"id":"Lane_1o2w9sh", | |
"type":"player-character", | |
"name":"", | |
"sprite_width":48, | |
"sprite_height":48, | |
"sprite_texture":"character_atlas.png", | |
"sprite_texture_frame":12, | |
"sprite_position_x":2, | |
"sprite_position_y":0 | |
} | |
], | |
"game_world":[ | |
{ | |
"id":"Participant_06cgjxn", | |
"name":"Pesquisa de Desaparecidos - Delegacia de Descoberta de Paradeiros", | |
"horizontal_sqm":17, | |
"vertical_sqm":13, | |
"border_collision":"STOP" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment