diff options
| -rw-r--r-- | img/facade-audio.puml | 2 | ||||
| -rw-r--r-- | img/theme.ipuml | 10 | ||||
| -rw-r--r-- | time.txt | 6 | 
3 files changed, 16 insertions, 2 deletions
diff --git a/img/facade-audio.puml b/img/facade-audio.puml index d3e732b..60af60f 100644 --- a/img/facade-audio.puml +++ b/img/facade-audio.puml @@ -1,5 +1,5 @@  @startuml -!include ../img/theme.ipuml +!include theme.ipuml  skinparam Linetype ortho  package crepe { diff --git a/img/theme.ipuml b/img/theme.ipuml index ae3b1c7..81391e2 100644 --- a/img/theme.ipuml +++ b/img/theme.ipuml @@ -1,6 +1,14 @@  ' vim:ft=plantuml -!theme plain +<style> +root { +	BackgroundColor white +	FontColor black +	LineThickness 1 +	Margin 0 +} +</style> +  skinparam ClassAttributeIconSize 0  skinparam ClassFontStyle bold  skinparam DefaultFontName Inter @@ -87,6 +87,8 @@ loek: 2024-10-25 30m implementation :: scripting interface  loek: 2024-10-25 20m review :: PR review (+errands, merge only, #12 and #13)  loek: 2024-10-26 3h20m implementation :: save manager  loek: 2024-10-27 4h implementation :: save manager +loek: 2024-10-29 10m tooling :: documentation (fix plantuml theme errors) +loek: 2024-10-30 30m project meeting (min/max component count constraints)  max: 2024-09-02 1h project kickoff  max: 2024-09-02 45m first project meeting @@ -140,6 +142,10 @@ max: 2024-10-16 30m investigated whether or not EnTT can handle multiple inherit  max: 2024-10-16 3h rethinked scripting (to avoid mutliple inheritance)  max: 2024-10-16 20m added new scripting idea to ecs-homemade  max: 2024-10-17 1h thirteenth project meeting +max: 2024-10-24 2h10m fourteenth project meeting +max: 2024-10-25 3h started researching Scenes and Replay +max: 2024-10-29 2h worked on UIObjects and Camera +max: 2024-10-29 3h15m worked on Metadata Component, Camera and Scenes  wouter: 2024-09-02 1h project meeting :: project kickoff  wouter: 2024-09-02 45m project meeting  |