1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-03-25 12:09:09 +00:00

Now it works in version 2

Aris Boch 2021-01-28 23:28:26 +01:00
parent cba70755fe
commit f32e203064

@ -23,6 +23,7 @@ By [@Tribex](http://github.com/Tribex)
Code: Code:
```json ```json
{ {
"version": 2,
"ambientLight": 0, "ambientLight": 0,
"backgroundColor": "#d4ddc4", "backgroundColor": "#d4ddc4",
"bloom": 0, "bloom": 0,
@ -58,6 +59,7 @@ Code:
```json ```json
{ {
"version": 2,
"ambientLight": 0, "ambientLight": 0,
"backgroundColor": "#000000", "backgroundColor": "#000000",
"bloom": 0.1, "bloom": 0.1,
@ -130,6 +132,7 @@ Code:
```json ```json
{ {
"version": 2,
"ambientLight": 0.15, "ambientLight": 0.15,
"backgroundColor": "#000000", "backgroundColor": "#000000",
"bloom": 0.2, "bloom": 0.2,
@ -167,6 +170,7 @@ Code:
```json ```json
{ {
"version": 2,
"ambientLight": 0.0154, "ambientLight": 0.0154,
"backgroundColor": "#000000", "backgroundColor": "#000000",
"bloom": 0.0051, "bloom": 0.0051,
@ -204,6 +208,7 @@ Code:
```json ```json
{ {
"version": 2,
"ambientLight": 0.0154, "ambientLight": 0.0154,
"backgroundColor": "#000000", "backgroundColor": "#000000",
"bloom": 0.0051, "bloom": 0.0051,
@ -241,6 +246,7 @@ Code:
```json ```json
{ {
"version": 2,
"ambientLight": 0.0154, "ambientLight": 0.0154,
"backgroundColor": "#000000", "backgroundColor": "#000000",
"bloom": 0.0051, "bloom": 0.0051,
@ -275,6 +281,7 @@ Code:
```json ```json
{ {
"version": 2,
"backgroundColor": "#36209b", "backgroundColor": "#36209b",
"fontColor": "#7664d9", "fontColor": "#7664d9",
"flickering": 0.2, "flickering": 0.2,
@ -309,6 +316,7 @@ Code:
```json ```json
{ {
"version": 2,
"backgroundColor": "#36209b", "backgroundColor": "#36209b",
"fontColor": "#ffffff", "fontColor": "#ffffff",
"flickering": 0.2, "flickering": 0.2,
@ -332,4 +340,5 @@ Code:
"margin": 0.1, "margin": 0.1,
"name": "Commodor 64 - White", "name": "Commodor 64 - White",
"version": 2 "version": 2
}``` }
```