Zelda icon indicating copy to clipboard operation
Zelda copied to clipboard

Last version fails under Linux

Open dulsi opened this issue 3 years ago • 1 comments

I haven't looked at anything except the last one yet. It doesn't run under linux.

	graphics = {
		'grass': import_folder('../graphics/Grass'),
		'objects': import_folder('../graphics/objects')
	}

The grass directory in the graphics directory is all lowercase. The project runs fine after fixing this.

dulsi avatar Feb 02 '22 00:02 dulsi

change 'grass': import_folder('../graphics/Grass'), to 'grass': import_folder('../graphics/grass'),

raydleemsc avatar Apr 03 '22 10:04 raydleemsc