Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. new Entity()
  2. {
  3.     position = "0 0 0";
  4.     rotation = "0 0 90";
  5.  
  6.     new Entity()
  7.     {
  8.         position = "0 0 1";
  9.         rotation = "0 0 0";
  10.     };
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement