Advertisement
snake5

sgson example 2

Feb 15th, 2016
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. {
  2.     entities = [
  3.         {
  4.             x = 5,
  5.             y = 6,
  6.             visible = true
  7.         },
  8.         {
  9.             x = 7,
  10.             y = 8.9,
  11.             visible = false
  12.         }
  13.     ]
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement