Search found 238 matches

by glitchapp
Wed Sep 27, 2023 10:22 am
Forum: Games and Creations
Topic: Panel Attack
Replies: 5
Views: 8681

Re: Panel Attack

I love it, are you considering adding gamepad support? this kind of game would benefit a lot from it I think
by glitchapp
Tue Sep 26, 2023 10:47 am
Forum: Games and Creations
Topic: Grid level editor
Replies: 14
Views: 15498

Re: Grid level editor

that would be a nice add and looks pretty, I will add it to a wishlist and I may start working on it once I solved the main problems. I also plan to add other drawing tools such lines and rectangles, this tool will be also a pixel art tool.

Thanks for the ideas!
by glitchapp
Tue Sep 26, 2023 10:00 am
Forum: Games and Creations
Topic: Grid level editor
Replies: 14
Views: 15498

Re: Grid level editor

Nice work! Maybe make the grid lines thinner? by the way I made some changes to your game logic, for example now it reads the exits directly from the grid, just in case you find it useful feel free to use the changes. I made that change to let the editor easily work with your game logic because add...
by glitchapp
Tue Sep 26, 2023 8:51 am
Forum: Games and Creations
Topic: Grid level editor
Replies: 14
Views: 15498

Re: Grid level editor

Hi Darkfrei, This is a prototype of the design, honestly I'm not very good at designing guis and I took ideas from several editors and tools... I may consider add advanced settings to let users decide things like the grid size etc... Before I get into all of that my priority is to make all primary f...
by glitchapp
Tue Sep 26, 2023 7:37 am
Forum: Games and Creations
Topic: Grid level editor
Replies: 14
Views: 15498

Re: Grid level editor

I fully redesigned the gui and now it looks like this:
New UI
New UI
LevelEditor.gif (1.38 MiB) Viewed 8753 times
You only have access to the new gui by updating the game, the standalone is a bit outdated now.

I hope you like how the gui is being shaped.
by glitchapp
Sun Sep 24, 2023 7:54 am
Forum: Games and Creations
Topic: Grid level editor
Replies: 14
Views: 15498

Re: Grid level editor

A few milestones recently reached in the level editor: exitAreas.gif Exit areas now work. Exported files work right away, no need to change them. Selected tiles now render while playing a custom level. You can share your custom exported levels by simply copy them to the root of any up to date game. ...
by glitchapp
Sat Sep 23, 2023 1:35 pm
Forum: Games and Creations
Topic: Grid level editor
Replies: 14
Views: 15498

Re: Grid level editor

Hi, sure feel free to use it as you wish, right now you can not export to png or jpg but you can make screenshots withing the game. That font is one I use for the game, changing font is super easy,simply change this on leveleditor.lua: --fonts poorfish = love.graphics.newFont("fonts/PoorFish/Po...
by glitchapp
Sat Sep 23, 2023 10:11 am
Forum: Games and Creations
Topic: Grid level editor
Replies: 14
Views: 15498

Re: Grid level editor

Now it's possible to load, play and share custom levels. Sharing a level is as easy as exporting it and copying it to the root of any up to date game. loadlevel.jpg There are features that are still in progress but most of the tool works. Info on non working features and issues can be found here: ht...
by glitchapp
Wed Sep 20, 2023 7:39 am
Forum: Games and Creations
Topic: Grid level editor
Replies: 14
Views: 15498

Re: Grid level editor

Graphics!
LevelEditor22.gif
LevelEditor22.gif (1021.62 KiB) Viewed 9095 times
You can now draw tiles with textures and select backgrounds.
It does not export those settings yet but I will add those features to the export function in future iterations.
by glitchapp
Mon Sep 18, 2023 9:41 am
Forum: Games and Creations
Topic: Grid level editor
Replies: 14
Views: 15498

Re: Grid level editor

The level editor is almost finished, now you can also make screenshots within the game and I plan to add the ability of exporting to png or jpg images since all the elements to make it a pixel art tool are there. It even work on the browser although export won't work there: https://glitchapp.codeber...