Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 4, 2024
0 parents commit 749b1d4
Show file tree
Hide file tree
Showing 36 changed files with 2,457 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stratmat.dynamis.gg
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Stratmat Sandbox</title>
</head>
<body style="background-color: black">
<main>
<canvas id="stratmat" style="height: 100% !important; width: 100% !important"
data-stratmat-asset-root="/static/app/assets/"></canvas>
</canvas>
</main>
<script type="module">
import init from "/static/app/stratmat.js"

init().catch((error) => {
if (!error.message.startsWith("Using exceptions for control flow, don't mind me. This isn't actually an error!")) {
throw error;
}
});
</script>
</body>
</html>
8 changes: 8 additions & 0 deletions static/app/assets/arenas.listing
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
arenas/savage/pandaemonium/p9s.arena.ron
arenas/ultimate/fru/i1.arena.ron
arenas/ultimate/fru/p1.arena.ron
arenas/ultimate/fru/p2.arena.ron
arenas/ultimate/fru/p3.arena.ron
arenas/ultimate/fru/p4.arena.ron
arenas/ultimate/fru/p5.arena.ron
arenas/ultimate/tea/p1.arena.ron
9 changes: 9 additions & 0 deletions static/app/assets/arenas/savage/pandaemonium/p9s.arena.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(
name: "Anabaseios: The Ninth Circle (Savage) — Kokytos",
short_name: "P9S",
map_id: 937,
background_path: "/sprites/arenas/savage/pandaemonium/p9s.webp",
size: Vec2(44.0, 44.0),
offset: Vec2(100.0, 100.0),
shape: Circle(20.0),
)
9 changes: 9 additions & 0 deletions static/app/assets/arenas/ultimate/fru/i1.arena.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(
name: "Futures Rewritten (Ultimate) — Intermission: Crystals",
short_name: "FRU I1",
map_id: 1006,
background_path: "/sprites/arenas/ultimate/fru/i1.png",
size: Vec2(40.0, 40.0),
offset: Vec2(100.0, 100.0),
shape: Circle(20.0),
)
9 changes: 9 additions & 0 deletions static/app/assets/arenas/ultimate/fru/p1.arena.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(
name: "Futures Rewritten (Ultimate) — Phase 1: Fatebreaker",
short_name: "FRU P1",
map_id: 1006,
background_path: "/sprites/arenas/ultimate/fru/p1.png",
size: Vec2(40.0, 40.0),
offset: Vec2(100.0, 100.0),
shape: Circle(20.0),
)
9 changes: 9 additions & 0 deletions static/app/assets/arenas/ultimate/fru/p2.arena.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(
name: "Futures Rewritten (Ultimate) — Phase 2: Usurper of Frost",
short_name: "FRU P2",
map_id: 1006,
background_path: "/sprites/arenas/ultimate/fru/p2.png",
size: Vec2(40.0, 40.0),
offset: Vec2(100.0, 100.0),
shape: Circle(20.0),
)
9 changes: 9 additions & 0 deletions static/app/assets/arenas/ultimate/fru/p3.arena.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(
name: "Futures Rewritten (Ultimate) — Phase 3: Oracle of Darkness",
short_name: "FRU P3",
map_id: 1006,
background_path: "/sprites/arenas/ultimate/fru/p3.png",
size: Vec2(40.0, 40.0),
offset: Vec2(100.0, 100.0),
shape: Circle(20.0),
)
9 changes: 9 additions & 0 deletions static/app/assets/arenas/ultimate/fru/p4.arena.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(
name: "Futures Rewritten (Ultimate) — Phase 4: Roommates",
short_name: "FRU P4",
map_id: 1006,
background_path: "/sprites/arenas/ultimate/fru/p3.png",
size: Vec2(40.0, 40.0),
offset: Vec2(100.0, 100.0),
shape: Circle(20.0),
)
9 changes: 9 additions & 0 deletions static/app/assets/arenas/ultimate/fru/p5.arena.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(
name: "Futures Rewritten (Ultimate) — Phase 5: Pandora",
short_name: "FRU P5",
map_id: 1006,
background_path: "/sprites/arenas/ultimate/fru/p1.png",
size: Vec2(40.0, 40.0),
offset: Vec2(100.0, 100.0),
shape: Circle(20.0),
)
9 changes: 9 additions & 0 deletions static/app/assets/arenas/ultimate/tea/p1.arena.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(
name: "The Epic of Alexander (Ultimate) — Phase 1: Living Liquid",
short_name: "TEA",
map_id: 693,
background_path: "/sprites/arenas/ultimate/tea/p1.png",
size: Vec2(40.0, 40.0),
offset: Vec2(100.0, 100.0),
shape: Circle(20.0),
)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/app/assets/waymarks/way_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/app/assets/waymarks/way_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/app/assets/waymarks/way_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/app/assets/waymarks/way_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/app/assets/waymarks/way_a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/app/assets/waymarks/way_b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/app/assets/waymarks/way_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/app/assets/waymarks/way_d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 749b1d4

Please sign in to comment.