Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add new atoms, atoms file and better player movement #45

Merged
merged 5 commits into from
Jan 10, 2024

Conversation

Zac8668
Copy link
Collaborator

@Zac8668 Zac8668 commented Jan 9, 2024

This adds a lot of stuff!

New material type, that you can modify on the atoms.ron file, that supports hot reloading.
For now you can change the inertial resistance of powders, and change the flow rate of liquids.
The flow changes how fast a liquid spreads, and the inertial resistance changes how likely it is to a powder to spread to the sides

New atoms!
Lava, Water, Dirt, Grass, Gravel and Rock!

You can press:
1 to shoot sand
2 to shoot water
3 to shoot gravel
4 to shoot lava

For Rock and Dirt we need a new precision mode for the tool, as they are solids and do not move and need to be placed in a square or circle shape, and not thrown.

And also, some improvements to the player:

New "states" for the animation, will later be added to a ron or yaml file.
Easier to navigate when using the jetpack.
Now you can hold space to jump higher.

Closes #33

@Zac8668 Zac8668 changed the title T feat: Add new atoms Jan 9, 2024
@Zac8668 Zac8668 marked this pull request as draft January 9, 2024 20:07
@Zac8668 Zac8668 changed the title feat: Add new atoms feat: Add new atoms, atoms file and better player movement Jan 10, 2024
@Zac8668 Zac8668 marked this pull request as ready for review January 10, 2024 11:30
@Zac8668 Zac8668 merged commit cd2f7cd into spicylobstergames:main Jan 10, 2024
7 checks passed
@Zac8668 Zac8668 deleted the test branch January 10, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new types of atoms
1 participant