update apis
This commit is contained in:
parent
46b952e3a1
commit
0c975fa384
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<script src="/iframe_api.js"></script>
|
<script src="https://static.rc3.world/scripts/default/iframe_api.js"></script>
|
||||||
<link href="./css/nes.min.css" type="text/css" rel="stylesheet" />
|
<link href="./css/nes.min.css" type="text/css" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
@ -67,16 +67,16 @@
|
|||||||
<script>
|
<script>
|
||||||
let rooms = [
|
let rooms = [
|
||||||
{
|
{
|
||||||
'room': 'clubhaus_downstairs.json',
|
'room': 'downstairs.json',
|
||||||
'name': 'downstairs'
|
'name': 'downstairs'
|
||||||
}, {
|
}, {
|
||||||
'room': 'clubhaus.json',
|
'room': 'main.json',
|
||||||
'name': 'main floor'
|
'name': 'main floor'
|
||||||
}, {
|
}, {
|
||||||
'room': 'clubhaus_upstairs.json',
|
'room': 'upstairs.json',
|
||||||
'name': 'first floor'
|
'name': 'first floor'
|
||||||
}, {
|
}, {
|
||||||
'room': 'clubhaus_roof.json',
|
'room': 'roof.json',
|
||||||
'name': 'roof'
|
'name': 'roof'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import("./scripting-api-extra.js");
|
import("https://static.rc3.world/scripts/default/bundle.js");
|
||||||
import { TicTacToe } from "./tictactoe_module.js";
|
import { TicTacToe } from "./tictactoe_module.js";
|
||||||
|
|
||||||
new TicTacToe({
|
new TicTacToe({
|
||||||
|
Loading…
Reference in New Issue
Block a user