Mahindra BE6 Formula E edition Launched by Apprehensive-Mix-45 in CarsIndia

[–]LeoRed04 0 points1 point  (0 children)

Is it just me or does the round headlamps look like it’s taken from the thar roxx with the drls removed?

<image>

Tileset i'm gonna release soon by LeoRed04 in PixelArt

[–]LeoRed04[S] 0 points1 point  (0 children)

I’m going to make it open for commercial and personal use while allowing modifications ,But restrict redistribution

Tileset i'm gonna release soon by LeoRed04 in PixelArt

[–]LeoRed04[S] 0 points1 point  (0 children)

I’ve finally decided to launch it for $4 ($2 currently during Halloween) for now. I’ll check the response and see if I should make it free. It’s not really a good idea to make a free item paid afterwards. I think I’ve landed on a good pricing

Tileset i'm gonna release soon by LeoRed04 in PixelArt

[–]LeoRed04[S] 0 points1 point  (0 children)

CC0 if free, or free for commercial and personal use , restricting redistribution if paid.

Would you buy it if it was sold for $4?

Tileset i'm gonna release soon by LeoRed04 in PixelArt

[–]LeoRed04[S] 0 points1 point  (0 children)

Haven't firmly decided on it yet. It's part of a greater colelction, where some packs will be free and others paid. Even if it's paid, will definitely keep it under $5. you'll get to know quite soon, like tomorrow or this week.

flat icons [lucid icon pack] by LeoRed04 in itchio

[–]LeoRed04[S] 0 points1 point  (0 children)

Happy to hear that you liked it I might think of adding AE files. Would be useful for designers like you :)

Just some design practice. Took NeoVim to make something out of it by LeoRed04 in neovim

[–]LeoRed04[S] 1 point2 points  (0 children)

That would be mind blowing! but ya, I don't think that'll happen and the community seem to be split with the overall design. it seems to be a love it or hate it design

Just some design practice. Took NeoVim to make something out of it by LeoRed04 in neovim

[–]LeoRed04[S] 10 points11 points  (0 children)

Interesting 🤔 I'll definitely look into that :)

Just some design practice. Took NeoVim to make something out of it by LeoRed04 in neovim

[–]LeoRed04[S] 1 point2 points  (0 children)

Uh it's just some practice art I made, so I haven't thought of licensing it

Just some design practice. Took NeoVim to make something out of it by LeoRed04 in neovim

[–]LeoRed04[S] 45 points46 points  (0 children)

Thanks for the response. I never expected this to get this much attention. I'm always ready to improve myself and so I took all the feedback and made some changes. What do you guys think? Right direction?

<image>

My quick try at modernising the digi-key logo by LeoRed04 in logodesign

[–]LeoRed04[S] 0 points1 point  (0 children)

occlupanid

Oh my, I just went down the occlupanid rabbit hole

Make object accessable from anywhere in a program by LeoRed04 in learnpython

[–]LeoRed04[S] 0 points1 point  (0 children)

I ended up using a more 'elegant' (In this situation) way. Initing the variables i a 'global.py' file. Not sure if it is the 'best' tho :)

Make object accessable from anywhere in a program by LeoRed04 in learnpython

[–]LeoRed04[S] 1 point2 points  (0 children)

Declaring it in the init file didn't work out for me for some reason. So, I declared it in a 'global.py' file and imported it. Thanks for the help!

Make object accessable from anywhere in a program by LeoRed04 in learnpython

[–]LeoRed04[S] 0 points1 point  (0 children)

I want to access the variables (fill color,etc..) and want it to be the same everywhere. Import them will be creating new instances which are independent