Search found 8 matches

by squidborne_destiny
Wed Apr 29, 2015 4:13 pm
Forum: Support and Development
Topic: Fix For Laggy Delta Time
Replies: 14
Views: 8250

Re: Fix For Laggy Delta Time

Hey guys, thanks for the responses. I totally get why that doesn't work. Also I enabled Vsynch and the problem is totally gone. Problem gone so thanks. :nyu:
by squidborne_destiny
Tue Apr 07, 2015 7:39 pm
Forum: Support and Development
Topic: Fix For Laggy Delta Time
Replies: 14
Views: 8250

Re: Fix For Laggy Delta Time

Ah, ok I realize now the error of my ways. Also, I realized that I didn't have vsynch enabled. Thanks for the help guys!
by squidborne_destiny
Mon Apr 06, 2015 12:40 am
Forum: Support and Development
Topic: Fix For Laggy Delta Time
Replies: 14
Views: 8250

Fix For Laggy Delta Time

Hey guys, so I was having some trouble with Delta Time being laggy, even with my lightning fast computer. This resulted in my jumpy motion and unstable velocities, as well as crappy graphics. It was especially annoying because there was no easy fix, but after reading around and doing a little resear...
by squidborne_destiny
Sat Jun 21, 2014 9:41 pm
Forum: Support and Development
Topic: Platformer Blocks
Replies: 0
Views: 1287

Platformer Blocks

Hey, I was wondering if there is a better way to use tile maps and spawn blocks for a platformer. My current code is: block = {} blockimg = love.graphics.newImage("block.png") function place_block(x,y,kind,color,status) table.insert(block, {x=x,y=y,kind=kind,status=status,color=color}) end...
by squidborne_destiny
Thu Jun 19, 2014 12:54 am
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1178778

Re: Avatars: OBEY!

All this talk makes my head hurt. I know one thing OBEY
by squidborne_destiny
Thu Jun 05, 2014 1:01 am
Forum: Support and Development
Topic: Textbox Help
Replies: 6
Views: 2682

Re: Textbox Help

Hey I was wondering if there was a way to take on string of text and save it as multiple variables in a table.
by squidborne_destiny
Wed Jun 04, 2014 7:15 pm
Forum: Support and Development
Topic: Textbox Help
Replies: 6
Views: 2682

Re: Textbox Help

Roland_Yonaba wrote:Take a look at Litearc's Navi.
And welcome to LÖVE.
Thanks!
by squidborne_destiny
Tue Jun 03, 2014 10:38 pm
Forum: Support and Development
Topic: Textbox Help
Replies: 6
Views: 2682

Textbox Help

Hey guys, I am new to love and I was looking for a way to create textboxes similar to those in Legend of Zelda; where I can press "z" and move through pages. Right now I am spawning Npcs and giving the a string parameter, but it does not work for multiple pages. Any help is appreciated, th...