1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-11-01 23:52:06 +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:
```json
{
"version": 2,
"ambientLight": 0,
"backgroundColor": "#d4ddc4",
"bloom": 0,
@@ -58,6 +59,7 @@ Code:
```json
{
"version": 2,
"ambientLight": 0,
"backgroundColor": "#000000",
"bloom": 0.1,
@@ -130,6 +132,7 @@ Code:
```json
{
"version": 2,
"ambientLight": 0.15,
"backgroundColor": "#000000",
"bloom": 0.2,
@@ -167,6 +170,7 @@ Code:
```json
{
"version": 2,
"ambientLight": 0.0154,
"backgroundColor": "#000000",
"bloom": 0.0051,
@@ -204,6 +208,7 @@ Code:
```json
{
"version": 2,
"ambientLight": 0.0154,
"backgroundColor": "#000000",
"bloom": 0.0051,
@@ -241,6 +246,7 @@ Code:
```json
{
"version": 2,
"ambientLight": 0.0154,
"backgroundColor": "#000000",
"bloom": 0.0051,
@@ -275,6 +281,7 @@ Code:
```json
{
"version": 2,
"backgroundColor": "#36209b",
"fontColor": "#7664d9",
"flickering": 0.2,
@@ -309,6 +316,7 @@ Code:
```json
{
"version": 2,
"backgroundColor": "#36209b",
"fontColor": "#ffffff",
"flickering": 0.2,
@@ -332,4 +340,5 @@ Code:
"margin": 0.1,
"name": "Commodor 64 - White",
"version": 2
}```
}
```