Skip to content
Snippets Groups Projects
Commit 77a185af authored by Trym Hamer Gudvangen's avatar Trym Hamer Gudvangen
Browse files

Merge branch 'enhance/playtrough' into 'feat/part-three'

Enhance/playtrough

See merge request !26
parents 4ab420a2 4b922a43
No related branches found
No related tags found
2 merge requests!26Enhance/playtrough,!7Feat/part three
Pipeline #229475 passed
package edu.ntnu.idatt2001.group_30.paths.view;
package edu.ntnu.idatt2001.group_30.paths.view.views;
import java.lang.reflect.InvocationTargetException;
......
......@@ -11,4 +11,5 @@ module edu.ntnu.idatt2001.group_30.paths {
exports edu.ntnu.idatt2001.group_30.paths.view.components.pane;
exports edu.ntnu.idatt2001.group_30.paths.view.components.table;
exports edu.ntnu.idatt2001.group_30.paths.view.components.pop_up;
exports edu.ntnu.idatt2001.group_30.paths.view.views;
}
src/main/resources/images/BlueTorso.png

16.2 KiB | W: | H:

src/main/resources/images/BlueTorso.png

12.7 KiB | W: | H:

src/main/resources/images/BlueTorso.png
src/main/resources/images/BlueTorso.png
src/main/resources/images/BlueTorso.png
src/main/resources/images/BlueTorso.png
  • 2-up
  • Swipe
  • Onion skin
src/main/resources/images/GreenTorso.png

27.9 KiB | W: | H:

src/main/resources/images/GreenTorso.png

25.5 KiB | W: | H:

src/main/resources/images/GreenTorso.png
src/main/resources/images/GreenTorso.png
src/main/resources/images/GreenTorso.png
src/main/resources/images/GreenTorso.png
  • 2-up
  • Swipe
  • Onion skin
src/main/resources/images/RedTorso.png

16.4 KiB | W: | H:

src/main/resources/images/RedTorso.png

14.2 KiB | W: | H:

src/main/resources/images/RedTorso.png
src/main/resources/images/RedTorso.png
src/main/resources/images/RedTorso.png
src/main/resources/images/RedTorso.png
  • 2-up
  • Swipe
  • Onion skin
src/main/resources/images/checkbox-blank.png

3.27 KiB

src/main/resources/images/checkbox-marked.png

4.19 KiB

......@@ -4,6 +4,7 @@ A story of War an Eilor
It was a dark and stormy night. You were walking through the woods when you came upon a large, old house.
[Try to open the door](Enter the house)
[Look inside the window](Window peek)
[Look sussy inside the window](Window peek)
::Enter the house
The door is locked. You try to open it, but it won't budge. You pick up an apple.
......
......@@ -69,6 +69,19 @@
-fx-padding: 10;
}
Button {
-fx-background-color: #3f51b5;
-fx-text-fill: #ffffff;
-fx-border-color: #303f9f;
-fx-border-width: 1px;
-fx-padding: 10 20;
-fx-font-weight: bold;
}
Button:hover {
-fx-background-color: #303f9f;
}
.stats-button,
.goals-button {
-fx-background-color: #64b5f6;
......@@ -86,7 +99,7 @@
.continue-button,
.return-button {
-fx-background-color: #4caf50;
-fx-background-color: #3fb551;
-fx-text-fill: #ffffff;
-fx-border-color: #43a047;
-fx-border-width: 1px;
......@@ -103,3 +116,11 @@
-fx-spacing: 20;
-fx-padding: 20;
}
.box-shadow {
-fx-effect: dropshadow(gaussian, rgba(0,0,0,0.3), 10, 0, 0, 0);
}
.link-button {
-fx-background-radius: 20;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment