Add retro term example scene

Uses:
- Larger (size 39) font for 80x24 rows.
- World environment with glow enabled.
- Retro green color scheme based on https://superuser.com/a/1206781
- CRT Shader by Peter Höglund (pend00), released under CC-0 license.
  Downloaded from https://godotshaders.com/shader/vhs-and-crt-monitor-effect/
This commit is contained in:
Leroy Hopson 2021-07-25 07:50:36 +07:00
parent 1083c13276
commit 0cb458b3d2
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
4 changed files with 385 additions and 0 deletions

View file

@ -0,0 +1,36 @@
! special
*.foreground: #00ff66
*.background: #282828
*.cursorColor: #00ff66
! black
*.color0: #00ff66
*.color8: #00ff66
! red
*.color1: #00ff66
*.color9: #00ff66
! green
*.color2: #00ff66
*.color10: #00ff66
! yellow
*.color3: #00ff66
*.color11: #00ff66
! blue
*.color4: #00ff66
*.color12: #00ff66
! magenta
*.color5: #00ff66
*.color13: #00ff66
! cyan
*.color6: #00ff66
*.color14: #00ff66
! white
*.color7: #00ff66
*.color15: #00ff66