Commit Graph

18 Commits

Author SHA1 Message Date
baa4b9d910 fixed small gaps in scrolling 2020-01-09 23:57:37 -08:00
020b42397c removed amethyst readme 2020-01-09 23:35:24 -08:00
3d34224fe6 sprites aligned 2020-01-09 23:34:50 -08:00
58f0c2a8d8 state switching better, but need to transfer sprites 2020-01-09 22:23:16 -08:00
fc0cb579b3 pause screen sprite add/delete 2020-01-07 23:57:04 -08:00
ac011ddb07 pauses 2020-01-07 23:22:38 -08:00
4528299b7e . 2020-01-07 21:24:01 -08:00
0113f04457 init 2020-01-04 20:28:54 -08:00
Justin Wernick
01f6f3e4ba Bump dependencies (#10)
The biggest version bump is Amethyst from 0.12 to 0.13. This has a
breaking change in the example, where world.read_resource now returns
a Fetch<ScreenDimensions> instead of a &ScreenDimensions.
2019-10-01 18:45:00 +02:00
highway900
fd8bff9ea6 Update OSX instructions in README.md (#9)
* Update README.md

Add OSX shader compiling instructions caveats.

* Update README.md

Move change to Mac section because it did not need to be 2 sections.
2019-08-15 11:47:18 +02:00
hoj-senna
a858011259 Remove paragraph referencing removed file (#8)
Remove description of src/render.rs

(src/render.rs had been removed from the project, so there is no need to describe it in the readme.)
2019-08-06 01:00:58 +02:00
Aaron Housh
fb9be8a263 Update to 0.12 (#6)
0.12 was just released, so template can be updated. No need for render graph anymore, just uses render plugins, and ran cargo update to get rendy minor version
2019-08-04 19:32:45 +02:00
Aaron Housh
d1906a5072 Add License (#7)
Fix #4 so it can be used the same as amethyst
2019-08-04 19:31:52 +02:00
Aaron Housh
daeb3543b0 Fix comments and rename to opaque subpass (#3)
Rename default to opaque pass and add transparent as a separate subpass so the sprites will render
2019-07-16 21:14:54 +02:00
Hilmar Wiegand
1e682ede22 Add sprite sorting and transparency 2019-06-25 15:22:29 +02:00
Hilmar Wiegand
988a8f9b57 Update project structure, update README, add input handler 2019-06-25 01:22:46 +02:00
Hilmar Wiegand
da1cbadfea Add sprites 2019-06-23 14:26:36 +02:00
Hilmar Wiegand
09b7c0228c Initial commit 2019-06-19 15:25:11 +02:00