Niklas Eicker

Results 37 issues of Niklas Eicker

The trunk configuration from #90 is a proper solution to issues with absolute URLs in web builds but broke `trunk serve`, which doesn't like paths starting with a dot. Overwriting...

See https://github.com/bevyengine/bevy/issues/10165#issuecomment-1824903278

Make a proper (but still very small) 2d game. Something like sokoban maybe?

The app icon and player should not be a verbatim bevy icon.

E.g. ``` C:\Program Files\dotnet\sdk\7.0.202\NuGet.targets(132,5): error : 'v0.1.0-manual' is not a valid version string. (Parameter 'value') [D:\a\bevy_game_template\bevy_game_template\build\windows\installer\Installer.wixproj] Build FAILED. C:\Program Files\dotnet\sdk\7.0.202\NuGet.targets(132,5): error : 'v0.1.0-manual' is not a valid version string. (Parameter...

Make the renamings/changes regarding texture atlases a bit less confusing by calling `TextureAtlasLayout` a layout, not a texture atlas.

C-Docs
A-Rendering