Tumgik
dinpixels · 8 days
Text
Tumblr media
Yuki Nagato
Was listening to Nagato's theme and it gave me an inspiration to draw this piece in PC-98-ish style. I limited the palette to 16 colors and picked desaturated, dull colors.
The theme in question:
23 notes · View notes
dinpixels · 12 days
Text
Tumblr media
Tsuyomi in Bunnikini
Here's my oc Tsuyomi in a bunny bikini for this hot season.
The idea came from @/lysum_ so thanks a lot
13 notes · View notes
dinpixels · 14 days
Text
Tumblr media Tumblr media Tumblr media Tumblr media
Dragon Lady doodle
11 notes · View notes
dinpixels · 16 days
Text
Tumblr media
More 1-bit
Kuromi Mockup, Sackboy (Flameclaw hoodie, Little Big Planet/Invizimals), Icelion Max (Invizimals), and Black Rock Shooter Mockup
Tumblr media
1-Bit pixel art I did today
50 notes · View notes
dinpixels · 16 days
Text
Lights, shadows, dynamic (subtle) cam
Dynamic cam will be used for slo-mo and others when attacking, dodging, parrying, etc.
22 notes · View notes
dinpixels · 18 days
Text
Tumblr media
Hi #PortfolioDay 👋
I'm known as DinPixels, and I make pixels, lowpoly, and just recently some 1-bit art and few game stuff
5 notes · View notes
dinpixels · 18 days
Text
Tumblr media
2nd batch I finished as of now
ft. Konata (Lucky Star), Flameclaw Max (Invizimals), Bomberman Mockup, and Shana (Shakugan no Shana)
Tumblr media
1-Bit pixel art I did today
50 notes · View notes
dinpixels · 19 days
Text
Tumblr media
1-Bit pixel art I did today
50 notes · View notes
dinpixels · 19 days
Text
Better dash fx, tiles, and animated sprite
In this update the ghosting during dash is more stable, there are basic tiles to visualize the environment, and animations are added to the character.
Dash/Ghost FX
Originally I intended on using CPUParticles to emulate the same dash/ghost effect as I previously did it before, but since I want the easy way I ditched the idea and decided to move the entire spawn function to the Dash state itself.
From this (within the Player, Tsuyomi)
Tumblr media
To this (migrated to Dash State under the State Machine)
Tumblr media
Since the function was moved and relies on physics process there's no need to use the Timer anymore and so it was removed.
In this approach every instance of the dynamic sprite were consistent in frames (60 FPS).
In terms of the ghost's modulate the smooth transition from magenta to indigo color was possible thanks to Tween--in an instance, once the tween of its properties are done, it frees itself from the memory.
With the aforementioned the number of instances in these frames barely affects the performance (so far).
Animation
I converted the Sprite to AnimatedSprite and added Idle and Dash animation to its SpriteFrames resource.
The dash may seem static at the moment as currently it only has 1 frame in it (I haven't exported the updated sheet with 3 frames for dash), still, I kept the same function for loading images and setting them as dynamic textures.
(will continue to write this later the heat is killing me)
9 notes · View notes
dinpixels · 20 days
Text
Ghosting
Added a simple dash effect with the use of Tween, Timer, and a separate Sprite. The texture is dynamic as it loads from its parent's image data.
I have a better approach to this i.e. CPUParticles2D (since it's rendered in GLES2) which is more consistent and have more control in instancing the ghost sprite per frames.
Since this relies on a timer it's kinda hard to adjust at certain frames, especially when relying on very tiny durations.
So the way with the CPUParticles2D would work is just as the same as this one in terms of texture, that is:
Get the image data (Image) from Texture of the parent Node.
In ghost Sprite, create an ImageTexture and load the image data.
Set ImageTexture as Texture to the ghost Sprite.
Also this solution has issues in terms of Timer, going < 0.05s will cause inconsistencies depending on the refresh rate, unlike particles that's consistent in FPS.
Okay so if these are the cases, why then use this approach on the video then?
The reason is that CPUParticles can't be flipped in terms of scale directly--the image data within its texture is the one that must be flipped, and only via bool values.
This is feasible but it's very hassle (as I already did it). I want direct control over the scale as it inherits from a Node2D class--when I flip itself, i.e. a CPUParticles2D, i.e. inherits from a Node2D class, I want it to fricking flip directly just as a Sprite will do. I DON'T HAVE TO FLIP THE IMAGE DATA ITSELF.
That's all. Thank you for listening to my silly thoughts :>
17 notes · View notes
dinpixels · 21 days
Text
FSM Test
A small study how State Machine works. I was playing a cool game with very juicy gameplay feel and so I was curious on how it works.
Given that it is a study and more like a hobby, I won't make any promises with this project.
So far I learned that:
Virtual functions and class boilerplates are convenient for being used with almost same applications. They're versatile and flexible.
States are isolated and so the changes are in immediate effect on objects. The inputs feel great and responsive.
State machines keep the code and states clean and organized.
There are many ways on solving a problem, and there is no absolute answer to everything. I can choose what is 'perfect' for me and use it to my liking and advantage.
I love Godot <3
6 notes · View notes
dinpixels · 21 days
Text
Tumblr media
@​souloVT's Lowpoly Toy 👻💙
Tumblr media
19 notes · View notes
dinpixels · 25 days
Text
Tumblr media
MS Pain Fun Mockup
Silly booping the boopers (no pixel art and lowpoly for today)
I boop you, you didn't escaped to my boop
42 notes · View notes
dinpixels · 27 days
Text
Tumblr media
Lowpoly Pepino for RoargyVT
30 notes · View notes
dinpixels · 27 days
Text
Tumblr media
RoargyVT's Lowpoly Toy Box
49 notes · View notes
dinpixels · 1 month
Text
Tumblr media Tumblr media
Date her or not, your choice 💙
Drew my Tsuyomi in a cute outfit for Dating Sim Collab that hosted by Batfeula.
Tumblr media
38 notes · View notes
dinpixels · 1 month
Text
Tumblr media
Akira's (@iKeychain) Surprise Me Sketch
Fun and vibrant Surprise Me sketch for Akira!
Behind the scenes:
Sketch > Fill > Polish; Trust the process!
Tumblr media
Glasses: Off and On!
Tumblr media
First work, i.e. portraits that I made for her!
Tumblr media
16 notes · View notes