This website requires JavaScript.
Explore
Help
Sign In
v4games
/
eco2d
Watch
3
Star
0
Fork
You've already forked eco2d
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
59e82f618d
eco2d
/
code
/
common
/
atlas_shared.h
5 lines
81 B
C
Raw
Blame
History
#
pragma once
#
define ATLAS_STRIDE 10
#
define ATLAS_XY(x,y) ((y*ATLAS_STRIDE)+x)
Reference in New Issue
View Git Blame
Copy Permalink