mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-21 16:35:08 -05:00
Fix start position
This commit is contained in:
parent
27688a8708
commit
fa7d8d7bd9
3
levels.h
3
levels.h
@ -1369,7 +1369,7 @@ SFG_PROGRAM_MEMORY SFG_Level SFG_level7 =
|
|||||||
13, // doorTextureIndex
|
13, // doorTextureIndex
|
||||||
4, // floorColor
|
4, // floorColor
|
||||||
66, // ceilingColor
|
66, // ceilingColor
|
||||||
{34, 11, 240}, // player start: x, y, direction
|
{34, 11, 0 }, // player start: x, y, direction
|
||||||
1, // backgroundImage
|
1, // backgroundImage
|
||||||
{ // elements
|
{ // elements
|
||||||
{SFG_LEVEL_ELEMENT_FINISH, {60,1}},{SFG_LEVEL_ELEMENT_BULLETS, {54,1}},
|
{SFG_LEVEL_ELEMENT_FINISH, {60,1}},{SFG_LEVEL_ELEMENT_BULLETS, {54,1}},
|
||||||
@ -1438,7 +1438,6 @@ SFG_PROGRAM_MEMORY SFG_Level SFG_level7 =
|
|||||||
{SFG_LEVEL_ELEMENT_NONE, {0,0}},{SFG_LEVEL_ELEMENT_NONE, {0,0}}
|
{SFG_LEVEL_ELEMENT_NONE, {0,0}},{SFG_LEVEL_ELEMENT_NONE, {0,0}}
|
||||||
}, // elements
|
}, // elements
|
||||||
} // level
|
} // level
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
SFG_PROGRAM_MEMORY SFG_Level SFG_level8 =
|
SFG_PROGRAM_MEMORY SFG_Level SFG_level8 =
|
||||||
|
Loading…
Reference in New Issue
Block a user