This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix test map layers.
legacy
Sam Hocevar
sam
14 years ago
parent
a066bec3bb
commit
cb5aa211de
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/test-map.cpp
+ 1
- 0
src/test-map.cpp
View File
@@ -55,6 +55,7 @@ void DrawScene()
int playerx, playery;
SDL_GetMouseState(&playerx, &playery);
tiler->AddTile(50, playerx, playery, 1);
tiler->AddTile(50, playerx + 64, playery + 32, 3);
tiler->Render();
video->Refresh(33.33333f);
Write
Preview
Loading…
Cancel
Save