Skip to content

Commit ddc5c98

Browse files
committed
Fix guard direction and sneak-up level 7
1 parent b6ce76b commit ddc5c98

File tree

5 files changed

+153
-126
lines changed

5 files changed

+153
-126
lines changed

assets/maps/level7.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3067,7 +3067,8 @@
30673067
"skill": 3,
30683068
"colors": 6,
30693069
"type": "guard",
3070-
"direction": 1
3070+
"direction": 1,
3071+
"reverse": -1
30713072
}
30723073
],
30733074
"events": [

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<title>PrinceJS</title>

0 commit comments

Comments
 (0)