WIP Bath House from Spirited Away
Recap of late March, music composing.
This isn’t the level from Jedi Academy is it?
I cannot imagine the amount of time this must of took you. Did you use the lexer thing @Crazyman32 made?
It didn’t take too long to make, probably 5-8 hours. And no, I didn’t use the lexer by Crazyman32 (this?), I wanted it to support new number literals and continue
.
Oh. Well, continue
is already supported in the roblox script editor, and what do you mean by “new number literals”?
By new number literals, I mean digit separators and binary literals.
local b = 0b1 -- valid in Luau
local million = 100_000_000 -- valid in Luau
I also wanted to implement highlighting escape sequences.
Right Now I am Working On A Game Called Westville RP but its quite a distance from Pre-Alpha Release
Halfway through building The God King Darius Axe from League, determined to show brick still has a place on this platform for weapon making:
Wait, how are you doing the black to color gradient?
I assume surface gui or its a image texture
So in blender your texture is half transparent
This is so nice to look at. Very nice job!
Decided this was a good opportunity to create homing missiles
https://gyazo.com/356e203d35ec3232d766b215d7d542da
Again, only using brick, no mesh and no blender, its simply just a decal of a custom gradient I made which is transparent on use, this allows the colour at the bottom sections of the gradient to be custom. I use this pretty often in most of the builds.
It looks like they’re vertex painted, if not, that’s an easy way to achieve this. I made a post showing people how to do that here: