Skip to content
Snippets Groups Projects
Verified Commit e8ed2426 authored by Lars Frost's avatar Lars Frost
Browse files

First draft

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 0 deletions
*.pdf
out
\ No newline at end of file
Makefile 0 → 100644
all: out/Leitfaden.pdf
out/Leitfaden.pdf: leitfaden.typ template.typ
mkdir -p out
typst compile leitfaden.typ $@
watch:
typst watch leitfaden.typ out/Leitfaden.pdf
clean:
$(RM) -r out
open: out/Leitfaden.pdf
xdg-open out/Leitfaden.pdf
.PHONY: all clean watch
\ No newline at end of file
images/0AD_example.png

4.79 MiB

images/0AD_example_colored.png

4.79 MiB

images/Characters_SpriteSheet.png

3.72 KiB

images/godot/create_mesh.png

191 KiB

images/godot/simple_collider.png

25.1 KiB

images/pipeline/animated.png

435 KiB

images/pipeline/bones.png

343 KiB

images/pipeline/mesh.png

537 KiB

images/pipeline/skinned.png

190 KiB

images/pipeline/texture.png

415 KiB

images/pipeline/textured.png

741 KiB

images/sources/0AD_EgyptianPyramids.jpg

832 KiB

images/sources/Kenney/kenney2d.png

80.4 KiB

images/sources/Kenney/kenney3d.png

135 KiB

images/sources/Kenney/kenneyUI.png

40 KiB

images/sources/OGA/Arkanos_0.png

1010 KiB

images/sources/OGA/hilly_terrain_cliffs_4.png

925 KiB

images/sources/OGA/ravenmore.png

172 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment