-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsections.txt
More file actions
42 lines (42 loc) · 1.09 KB
/
sections.txt
File metadata and controls
42 lines (42 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"id": "combat",
"title": "COMBAT",
"subtitle": "BATTLE PHASE",
"image": "/images/projects/castarook/battle-screen.webp",
"file": "combat.txt",
"accent": "text-yellow-400",
"bgAccent": "bg-yellow-400",
"outlineAccent": "border-yellow-400"
},
{
"id": "scenery",
"title": "PROCEDURAL LOW-POLY",
"subtitle": "ENVIRONMENT",
"image": "/images/projects/castarook/scenery.webp",
"file": "scenery.txt",
"accent": "text-teal-400",
"bgAccent": "bg-teal-400",
"outlineAccent": "border-teal-400"
},
{
"id": "siege",
"title": "Tormenta, mittite!",
"subtitle": "ONAGERS",
"image": "/images/projects/castarook/onagers.webp",
"file": "siege.txt",
"accent": "text-rose-400",
"bgAccent": "bg-rose-400",
"outlineAccent": "border-rose-400"
},
{
"id": "night",
"title": "DAY & NIGHT",
"subtitle": "DYNAMIC WEATHER",
"image": "/images/projects/castarook/night-mode.webp",
"file": "night.txt",
"accent": "text-green-500",
"bgAccent": "bg-green-500",
"outlineAccent": "border-green-500"
}
]