Page 1 of 1

Faunsome! Intro

Posted: Sun Aug 31, 2014 1:55 pm
by Synok
Hi,

Today I published my first intro in Lua using Love2D under the alias Faun. Working in Lua and with Love2D is very straight forward and consumes less time, so I wanted to see if I could do it this weekend (within 48 hours) and here is the result:

http://www.youtube.com/watch?v=dJ-DXFhRygQ

And of course the intro is available as standalone on Pouet:

http://www.pouet.net/prod.php?which=64012

Check it out and comment or whatever you like! Enjoy. :awesome:

Re: Faunsome! Intro

Posted: Fri Sep 19, 2014 5:44 pm
by artofwork
Error boot.lua 332: Could not set window mode

changed this line

Code: Select all

	t.window.width = 1366
to this

Code: Select all

	t.window.width = 1024
Its important to keep within a standardized dimensions

Also I couldn't run it as an exe so i just extracted the contents and ran it as i would any other love file.