diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-03 23:14:05 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-03 23:14:05 +0100 |
commit | 080701df684bfe87b62dc54c857fefd9f3dc30ff (patch) | |
tree | fc4eaac8ac2d2fa02873a6ad79f7a40d49bc7b6a /play.css | |
parent | 466d44c32f99ed5a5c4d8699cd10844cd39fedfb (diff) | |
download | 1989-dawn-of-freedom-080701df684bfe87b62dc54c857fefd9f3dc30ff.tar.gz |
Updates to reduce game object
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -450,22 +450,26 @@ left: 660px} }
-#solidarity_legalised {
+/*Solidarity legalised*/
+#event_2 {
top: 216px;
left: 612px;
}
-#systematization {
+/*Systematisation*/
+#event_69 {
height: 65px;
width: 65px;
}
-#the_tyrant_is_gone {
+/*The Tyrant is Gone*/
+#event_97 {
height: 40px;
width: 40px;
}
-#the_wall {
+/*The Wall*/
+#event_9 {
top: 143px;
left: 170px;
}
|