Search found 71 matches

by Le_juiceBOX
Tue Mar 03, 2020 4:44 pm
Forum: Support and Development
Topic: VSCode build task
Replies: 0
Views: 5458

VSCode build task

Hello, I do alot of my programming at my school, the computers here, however, do not have a modern OpenGL version so I cant build my project locally. Ive been having to use repl.it (slow for school pc) or build it on LÖVE Web Builder https://schellingb.github.io/LoveWebBuilder/ . Is there anyway to ...
by Le_juiceBOX
Tue Aug 22, 2017 10:09 pm
Forum: Libraries and Tools
Topic: Love2D Game Library (1.1 Is Here)
Replies: 10
Views: 15594

Re: Love2D Game Library (1.1 Is Here)

This should work on any cpu however I made a x32 bit version :awesome:
by Le_juiceBOX
Sun Aug 20, 2017 2:40 am
Forum: Libraries and Tools
Topic: Love2D Game Library (1.1 Is Here)
Replies: 10
Views: 15594

Re: Love2D Game Library

endless90 wrote: Tue Aug 15, 2017 10:59 am Someone wrote you could add github as a "backend". Let everyone tag their repo with a specific tag and use the github api to get all projects with this tag.
Ill try looking into that :awesome:
by Le_juiceBOX
Tue Aug 08, 2017 11:08 pm
Forum: Support and Development
Topic: "Fake" 3d and stuff
Replies: 4
Views: 5276

Re: "Fake" 3d and stuff

You can use love3D (not official) or isometric graphics.

I am not very experienced in this subject :?
by Le_juiceBOX
Sun Aug 06, 2017 11:11 pm
Forum: Games and Creations
Topic: Pixelated Love Logo
Replies: 10
Views: 13216

Re: Pixelated Love Logo

I agree with @Ulydev. The CLöve logo looks inconsistent. The pixels used for the letters "Löve" are larger than the ones used for "C". The text "CLöve" is not centered, while the text in the "Löve" logo is centered, and it doesn't look like a lot of love was ...
by Le_juiceBOX
Sat Aug 05, 2017 11:22 pm
Forum: Games and Creations
Topic: Pixelated Love Logo
Replies: 10
Views: 13216

Re: Pixelated Love Logo

master both wrote: Sat Aug 05, 2017 5:55 pm Originally made by Murri Link, for his CLove project.
This Image was made by me.
by Le_juiceBOX
Sat Aug 05, 2017 9:33 am
Forum: Games and Creations
Topic: Pixelated Love Logo
Replies: 10
Views: 13216

Pixelated Love Logo

A pixelated love logo.
No need to credit me if you use it.
by Le_juiceBOX
Sat Aug 05, 2017 9:13 am
Forum: Libraries and Tools
Topic: Love2D Game Library (1.1 Is Here)
Replies: 10
Views: 15594

Love2D Game Library (1.1 Is Here)

About: If you have a plethora of unorganized love games scattered around your hard drive then this is for you! This is a sort of "Steam Library" inspired project, I wanted to make a program that allowed you to keep all your love2D games in one place. I spent a few days making this for fun...
by Le_juiceBOX
Thu Jul 27, 2017 11:24 pm
Forum: Support and Development
Topic: Opening a second lua file
Replies: 1
Views: 1815

Opening a second lua file

I was wondering if i could open a second main.lua file? I'm just curious.
by Le_juiceBOX
Sun Jun 11, 2017 10:08 pm
Forum: Support and Development
Topic: Writing to files inside game folder
Replies: 4
Views: 4353

Writing to files inside game folder

I am trying to write to a file inside my game folder but instead it is writing to the

%AppData%/LOVE/GameFolder/save.txt

thanks in advance! :awesome: