Search found 23 matches

by pyxledev
Sat Aug 19, 2023 6:50 pm
Forum: Support and Development
Topic: How to Scale UI Dynamically?
Replies: 7
Views: 1542

How to Scale UI Dynamically?

Hey everybody. Recently been wanting to implement a way to scale up the UI on my game, because it stays the same size no matter the screen dimensions. Here is a clip from ThinMatrix, which is exactly what I want: https://i.ibb.co/StQRVCn/ezgif-2-b8d1487f65.gif And here is a photo from my game: https...
by pyxledev
Wed Apr 19, 2023 6:16 am
Forum: Games and Creations
Topic: Block Dash - Version 1.2.0 Showcase & Changelog
Replies: 10
Views: 3640

Re: Block Dash - Version 1.2.0 Showcase & Changelog

It still felt super hard and I only got to wave 2 and 440 points or so. Maybe I suck? :roll: I was basically running backwards with some strafing and sometimes dashing. My record is 910 in hard mode, you get better over time I guess :) There should be indicator when dash is ready. I'm thinking of a...
by pyxledev
Wed Apr 19, 2023 3:49 am
Forum: Games and Creations
Topic: Block Dash - Version 1.2.0 Showcase & Changelog
Replies: 10
Views: 3640

Re: Block Dash - Version 1.2.0 Showcase & Changelog

Not a fan of using mouse and keyboard at the same time so i cant really play it anyway. Well, I could add auto aim as a second way to play, but that could ruin the game, as aiming is also an important aspect. What can I do to help you and people like you? Any ideas? I was thinking about adding game...
by pyxledev
Wed Apr 19, 2023 3:46 am
Forum: Games and Creations
Topic: Block Dash - Version 1.2.0 Showcase & Changelog
Replies: 10
Views: 3640

Re: Block Dash - Version 1.2.0 Showcase & Changelog

Bigfoot71 wrote: Tue Apr 18, 2023 8:03 pm
Oops, forgot the print lol

Should I add key binding support or replace isDown() functions with isScanCodeDown()? The second option seems cheaper and better to me.
by pyxledev
Tue Apr 18, 2023 6:00 pm
Forum: Games and Creations
Topic: Block Dash - Version 1.2.0 Showcase & Changelog
Replies: 10
Views: 3640

Block Dash - Version 1.2.0 Showcase & Changelog

https://i.ibb.co/xG11ybc/ezgif-2-ca212bcfcc.gif Hello everyone! It's been quite a while since I posted anything about Block Dash to this forum and the game's been changed and improved ever since, so I wanted to post a topic here regarding all of the changes Version 1.1.0 and Version 1.2.0 brought. ...
by pyxledev
Tue Apr 18, 2023 3:08 pm
Forum: Games and Creations
Topic: Block Dash 1.0 is Out Now!
Replies: 11
Views: 5769

Re: Block Dash 1.0 is Out Now!

Then, depending on the resolution of the window, the display is centered and black bands are placed where necessary to always keep the same field of vision. Thought about working on that, but ended up liking the current system more. I really wanted the window to be resized to anything, and didn't w...
by pyxledev
Tue Apr 18, 2023 8:01 am
Forum: Games and Creations
Topic: Block Dash 1.0 is Out Now!
Replies: 11
Views: 5769

Re: Block Dash 1.0 is Out Now!

Finally managed to get it working, thank you :) Response to the last question: While programming the resizing window and the UI, I didn't know how to work with canvases and ended up keeping every scale the same, with only the UI moving dynamically as you resize. Plus I wanted the window to be resiz...
by pyxledev
Mon Apr 17, 2023 7:35 pm
Forum: Games and Creations
Topic: Block Dash 1.0 is Out Now!
Replies: 11
Views: 5769

Re: Block Dash 1.0 is Out Now!

This is exactly what I needed. Thank you, I'll make sure to credit. But it was fun! If you have any other questions or need help, please do not hesitate ! ^^ (note that I forgot to put `local size = uniform(1.7, 3.45)` in the loop). Hey man, kind of a late answer but I've been trying to implement t...
by pyxledev
Mon Jan 09, 2023 2:14 pm
Forum: Games and Creations
Topic: Block Dash 1.0 is Out Now!
Replies: 11
Views: 5769

Re: Block Dash 1.0 is Out Now!

Super cool ! :D Here is a little trick that could be applied for the stars. You can display it only once in a canvas and then display it with a shader that would make it repeat infinitely. Here is a demo I made very quickly that implements this: local function uniform(a,b) return a + (math.random()...
by pyxledev
Mon Nov 07, 2022 5:36 am
Forum: Games and Creations
Topic: Block Dash 1.0 is Out Now!
Replies: 11
Views: 5769

Block Dash 1.0 is Out Now!

(removed the other post due to me posting it on the wrong category) Hello everyone, my biggest project in Love2D, BlockDash, is finally done. Despite having to rewrite half of the code because of a major memory leak, the development was butter smooth and I'm really excited to finally release it. Of ...