essai de corriger leditor
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
###################
|
|
||||||
#PC #
|
|
||||||
# C #
|
|
||||||
#C C CC# #
|
|
||||||
# C C #
|
|
||||||
# CC C C C #
|
|
||||||
# CC C C #
|
|
||||||
# C I #
|
|
||||||
# #
|
|
||||||
# C C #
|
|
||||||
# #
|
|
||||||
# II CC #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
####################
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
####################
|
|
||||||
#P #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# C #
|
|
||||||
# #
|
|
||||||
# I #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
####################
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
####################
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# P #
|
|
||||||
# #
|
|
||||||
# C #
|
|
||||||
# #
|
|
||||||
# I #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
####################
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
####################
|
|
||||||
#P #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# C #
|
|
||||||
# #
|
|
||||||
# I #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
# #
|
|
||||||
####################
|
|
||||||
@@ -478,9 +478,9 @@ int inEditorLoop (char **tab2d, vect *dim_tab, vect *playerPos, vect *targets,
|
|||||||
screenDisplayGameSDL (tab2d, *dim_tab, display_user, playerPos, fov,direction);
|
screenDisplayGameSDL (tab2d, *dim_tab, display_user, playerPos, fov,direction);
|
||||||
|
|
||||||
|
|
||||||
int GRID_SIZE = display_user->size_box;
|
int GRID_SIZE = 20;
|
||||||
int BLOCK_SIZE = (display_user->size_window- (display_user->size_menu/2))/GRID_SIZE;
|
int BLOCK_SIZE = (display_user->size_window - display_user->size_menu)/GRID_SIZE;
|
||||||
int GRID_X_OFFSET =display_user->size_window - display_user->size_menu/2;
|
int GRID_X_OFFSET =100;
|
||||||
int GRID_Y_OFFSET =0;
|
int GRID_Y_OFFSET =0;
|
||||||
while (!finish)
|
while (!finish)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user