Search found 73 matches

by zalander
Thu Jun 15, 2023 11:35 am
Forum: General
Topic: Where are you from?
Replies: 29
Views: 20762

Re: Where are you from?

I just saw India and Asia are different options why ?
by zalander
Tue Jun 13, 2023 11:39 am
Forum: Libraries and Tools
Topic: Save system
Replies: 0
Views: 8710

Save system

Hi there ! I created a small save system library. This is my first library so i hope it will be good :ultraglee: l.load(filename) l.save(value, filename) --[[ l.load() returns the information in the file and creates it if the file is not found or if it is not created. l.save() updates the informatio...
by zalander
Tue Jun 13, 2023 7:40 am
Forum: Support and Development
Topic: Help with filesystem [SOLVED]
Replies: 3
Views: 2627

Re: Help with filesystem

Welp guess im waiting for 12.0
by zalander
Mon Jun 12, 2023 8:39 am
Forum: Support and Development
Topic: Help with filesystem [SOLVED]
Replies: 3
Views: 2627

Help with filesystem [SOLVED]

Hi there,
I wanted to ask that how can i change the filesystem destination
Like i want to save a sting in C:\<name>\OneDrive\Desktop\folder
so how can i do it ?
:nyu:
by zalander
Sun Jun 11, 2023 3:42 am
Forum: Games and Creations
Topic: Flappy bird but bad and slow
Replies: 11
Views: 11547

Re: Flappy bird but bad and slow

pgimeno wrote: Sat Jun 10, 2023 8:28 pm I thought parodies are protected from copyright claims.
I'm dumb
-Me
by zalander
Sat Jun 10, 2023 5:14 pm
Forum: General
Topic: while statement freezes the game
Replies: 2
Views: 1666

Re: while statement freezes the game

I think you should try adding a love.timer.sleep(0.1) in the loop as the loop can run very fast (thanks to modern computers) and freeze the game so it should help i think

Code: Select all

while true do
	love.timer.sleep(0.1)
	-- do stuff
end
by zalander
Sat Jun 10, 2023 5:11 pm
Forum: General
Topic: Where are you from?
Replies: 29
Views: 20762

Re: Where are you from?

"Lonely island in the ocean"
Nice
by zalander
Sat Jun 10, 2023 5:07 pm
Forum: Games and Creations
Topic: Flappy bird but bad and slow
Replies: 11
Views: 11547

Re: Flappy bird but bad and slow

LOL You should call it Crappy Bird I couldn't stop laughing. You need to add a really really slowed down song as the background music I like the idea of crappy bird and maybe ill make a slowed down version of a song but as there beaing a catch that is "crappy bird" may get a copyright str...
by zalander
Sat Jun 10, 2023 2:18 pm
Forum: Games and Creations
Topic: A text editor made in Love2d !
Replies: 2
Views: 2528

Re: A text editor made in Love2d !

Small thing that i forgot to fix :crazy:
by zalander
Sat Jun 10, 2023 12:30 pm
Forum: Games and Creations
Topic: A text editor made in Love2d !
Replies: 2
Views: 2528

A text editor made in Love2d !

Hi there I made a (bad) text editor that is made in love2d.