Some Python syntax highlighting.
For more information:
I’ll probably turn this into a game or something, does someone have any ideas?
Some Python syntax highlighting.
For more information:
I’ll probably turn this into a game or something, does someone have any ideas?
In the last WAYWOC, I made a post that showed off my efforts of messing around with sprite sheets. A few days shy of a whole year later, and I am finally ready to make a proper game with it.
It’s an astronaut game called “Negative Space”, which will have you explore the dark side of the moon and meet extremely weird and wacky aliens, all while trying to find a way to get back to Earth. The project is in very early stages right now, but things have been coming together very well so far.
Looks really nice so far, would love to see more once it’s finished
is that Toby Fox i see…? but other than that, the gui looks really fresh & pretty unique
i’m honestly really interested in seeing where this goes. I’ve always seen the roleplay games that have gameplay features similar to the sims, but nothing as clone to the game/gameplay of the sims this much before
Sounds great! I would surely play it!
(May I ask how you figured out the 2D movement system?)
Right now it’s just using Roblox’s default Humanoid movement. I might instead handle movement with an AlignPosition though, as the Humanoid doesn’t handle the way that I want it to.
If you’re talking about sprite movement though, it’s not that complicated. You can actually use sprite sheets on Roblox by using an ImageLabel and changing its ImageRectOffset and ImageRectSize properties. There are some modules and plugins that automate the process, but I personally like doing everything manually.
Mmmh… easier than I thought
I might actually try doing something like this (maybe)
I’m also very excited for the Game and I’ll wait for it to come out!
a building with very small windows… using basic roblox materials because I suck at making custom textures or materials
Oh my god.
A battle transition
External Mediaalternate link i can’t embed streamable
EDIT: Actually can someone tell me why i couldn’t embed streamble? it seem to work fine on other platform
Made some simple UI for my project. (straight out of Fallen Order!)
Going to update some of it, don’t want that DMCA…
But for now, I have this!
(I am aware the imageLabel in the bottom left is blurry, I am working on it)
A 2d golf game
Working on an NPC dialogue system.
The v. 0.6.0 update for my 2D game engine called Rethink is pretty much complete. Now I resumed working on its editor and I have to say it’s going pretty well.
There are still a lot of things to do such as:
Currently implemented things are:
How it looks currently:
stylua
on codebase and removing unused variablesOld:
New: