BANG BIG PEANITS

This commit is contained in:
2026-07-25 16:50:55 +03:00
commit a2b00e5942
11 changed files with 592 additions and 0 deletions

24
notes.org Normal file
View File

@@ -0,0 +1,24 @@
* Inbox
** [2026-07-25 Sat 14:06] Level Design
- player (helps animal)
- save animal (and bring it back)
- Stage changes after saving animal to get back
** Diagrams
#+begin_src dot :file docs/entities.svg :results file graphics
digraph {
//entities
player;
animal;
// actions
node [shape="box"];
save_animal;
interact_with_env;
interact_with_anim;
use_item;
escape_player;
}
#+end_src
#+RESULTS:
[[file:docs/entities.svg]]