Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(6 edits)

Hy there, about the centralize problem, i added the feature on the mine using Godot (A few tweaks in the code) also i added an option button at the top left that changes the "UI" based on the mode selected

you can check it out here an if they are good then i would be happy if you add them to Pixelorama:

https://github.com/Variable-ind/Pixelorama/tree/Var-Transparentalize

(Side note: you can see the places where i made the changes in scripts by searching "by variable" in the "Find in files" section in Godot)


The centralize image feature looks very interesting, feel free to open a pull request for that feature and we can take a look at it!

Would you kindly tell me how i can do that?, well the thing is... i am not familiar with GitHub (just created an account right now)

You can read our contributing guideline file for more information. It contains links to help you out if you are new to git! :) https://github.com/Orama-Interactive/Pixelorama/blob/master/CONTRIBUTING.md#cont...

(1 edit)

I already read it but i can't understand how to make a fork or a branch or request (Not just Git but i am new to Github as well). also as i am new i feel like i might end up breaking something

To create a fork, you have to go to the original repository (https://github.com/Orama-Interactive/Pixelorama) and on the top right, click "Fork". This will created a forked repository in your account. As for the rest, this guide does a fantastic job at explaining the process! https://akrabat.com/the-beginners-guide-to-contributing-to-a-github-project/

(+1)

Thank you so much!!!

Yup i think i managed to open a pull request named "Variab pix". Thanks again!!!