name: "Entry" panels { name: "VIEW" path: "Panels/Entry/panel_1" clue: "view" answer: "look" symbols: SUN } panels { name: "HOVER" path: "Panels/Entry/panel_2" clue: "hover" answer: "over" symbols: SPARKLES } panels { name: "SQUISH" path: "Panels/Yellow/panel_1" clue: "squish" answer: "squash" symbols: SUN } panels { name: "MANE" path: "Panels/Yellow/panel_2" clue: "mane" answer: "lion" symbols: BOXES } panels { name: "SCHOOL" path: "Panels/Yellow/panel_3" clue: "school" answer: "bus" symbols: EXAMPLE } panels { name: "FLYTRAP" path: "Panels/Yellow/panel_4" clue: "flytrap" answer: "venus" symbols: EXAMPLE } panels { name: "TOAD" path: "Panels/Green/panel_2" clue: "toad" answer: "frog" symbols: EXAMPLE } panels { name: "CYCLING" path: "Panels/Green/panel_3" clue: "cycling" answer: "recycling" symbols: SPARKLES } ports { name: "UNYIELDING" path: "Components/Warps/worldport" orientation: "east" } ches'> RPG/Puzzle game engine written in Java
summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/transition/DoNotEraseTransition.java
blob: 55fe614c86eb9bff83e640d08cf049e25b83466b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35