ERROR al canviar el config.ini #2

Closed
opened 2022-07-03 08:41:54 +02:00 by JailDesigner · 1 comment

El original te:

tile_width	= 8
tile_height	= 8
map_width 	= 100
map_height	= 100
screen_width 	= 320
screen_height	= 240
zoom		= 3
tiles		= test.gif
map		= map.map

Si canvie a:

tile_width	= 8
tile_height	= 8
map_width 	= 16
map_height	= 16
screen_width 	= 256
screen_height	= 128
zoom		= 3
tiles		= test.gif
map		= map.map

No arranca el programa

El original te: ``` tile_width = 8 tile_height = 8 map_width = 100 map_height = 100 screen_width = 320 screen_height = 240 zoom = 3 tiles = test.gif map = map.map ``` Si canvie a: ``` tile_width = 8 tile_height = 8 map_width = 16 map_height = 16 screen_width = 256 screen_height = 128 zoom = 3 tiles = test.gif map = map.map ``` No arranca el programa
Owner

Açò ja està mort

Açò ja està mort
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: JailDoctor/mappy#2