From 09f3d0170b3cc1ee74a2266b595c81402ed4314c Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sun, 13 May 2018 22:44:29 -0500 Subject: Start trying to fix up layout ...with admittedly not much success... --- client.html | 115 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 60 insertions(+), 55 deletions(-) (limited to 'client.html') diff --git a/client.html b/client.html index 85a9f06..a9cec08 100644 --- a/client.html +++ b/client.html @@ -1,6 +1,5 @@ - - + Attorney Online session @@ -10,65 +9,71 @@
-

Loading

- +

Loading

+
-
- - -
-
-
-
- Courtroom background - Character sprite - Bench overlay - Various overlay -
-

Dolan

+
+ +
+
+
+
+
+
+ Courtroom background + Character sprite + Bench overlay + Various overlay +
+

Dolan

+
+
+

+
-
-

+ +
-
- -
-
-
-
- Hold it! - OBJECTION! - Take That!
- - +
+ Hold it! + OBJECTION! + Take That! +
+ + +
-
-
- Music - SFX - Blip - +
+
Music
+
SFX
+
Blip
+
- -
-
-
- Defense health background - Defense health - - Prosecution health background - Prosecution health +
+
+
+
+ + Defense health + + + Prosecution health + +
+
+
+ + +
+ +
+ - - - -
- - - - \ No newline at end of file + \ No newline at end of file -- cgit From c26ac0e636a71b850fa316f5bead6ba263b55492 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Mon, 14 May 2018 22:45:56 -0500 Subject: Turn it into a node package to use GoldenLayout --- client.html | 124 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 66 insertions(+), 58 deletions(-) (limited to 'client.html') diff --git a/client.html b/client.html index a9cec08..9db9c37 100644 --- a/client.html +++ b/client.html @@ -3,11 +3,74 @@ Attorney Online session + + + + + + + + + + + + + + + + + +

Loading

@@ -16,64 +79,9 @@
-
-
-
-
- Courtroom background - Character sprite - Bench overlay - Various overlay -
-

Dolan

-
-
-

-
-
- -
-
-
-
- Hold it! - OBJECTION! - Take That! -
- - -
-
-
-
Music
-
SFX
-
Blip
- -
-
-
-
-
-
- - Defense health - - - Prosecution health - -
-
-
- - -
- -
- - \ No newline at end of file + + \ No newline at end of file -- cgit From 5685e2b1714c8d85e505e9eccee549723773aaab Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Tue, 15 May 2018 21:20:00 -0500 Subject: Move files to webAO folder; GoldenLayout works! --- client.html | 87 ------------------------------------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 client.html (limited to 'client.html') diff --git a/client.html b/client.html deleted file mode 100644 index 9db9c37..0000000 --- a/client.html +++ /dev/null @@ -1,87 +0,0 @@ - - - Attorney Online session - - - - - - - - - - - - - - - - - - - - - - - - -
-
-

Loading

- -
-
- -
-
- - - \ No newline at end of file -- cgit