DEADSOFTWARE

Update README
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / mobs / FallingSand.java
2 days ago fredboyAdd mobs damage and initial spawn
2024-04-22 fredboyAdd items count and tools duration
2024-04-20 fredboyDelete old GameItems
2024-04-20 fredboyStore block references intead of ids
2024-04-19 fredboyAdd player health
2024-04-18 fredboySome mobs refactor
2024-04-15 fredboyMove game world to new package
2024-04-14 fredboyDelta time in physics and animation
2024-04-14 fredboyRename move -> velocity
2020-05-06 fredboyMerge pull request #20 from fredboy/issue-013
2020-05-06 fred-boyImplement dependency injection for game classes #13
2019-12-23 fredboyMerge pull request #11 from fredboy/issue-008
2019-12-23 fred-boyMake separate textures for mob limbs #8
2019-12-23 fred-boyFix codestyle
2019-12-23 fred-boyNonnull by default
2019-12-23 fred-boyRefactor physics
2019-12-21 fred-boyReimplement mobs
2019-09-29 fred-boyMake all Assets final
2019-09-29 fred-boyFix build
2019-09-29 fred-boySome refactor and javadocs
2019-09-29 fred-boyMove items to JSON
2019-09-29 fred-boyRename project