Skip to content

Commit 8345456

Browse files
author
SneakySpook
committed
Updated version number
1 parent cbe5ddf commit 8345456

File tree

4 files changed

+40
-5
lines changed

4 files changed

+40
-5
lines changed

docs/engines.rst

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6881,4 +6881,39 @@ Each is asynchronous.
68816881
Spawns a red bug and does its animations. It starts feinting after 3 beats; the input is after 6 beats.
68826882

68836883
0x58
6884-
Identical to 0x57, but includes operations for the two guys' animations.
6884+
Identical to 0x57, but includes operations for the two guys' animations.
6885+
6886+
Super Samurai Slice (0x37)
6887+
--------------------------
6888+
6889+
0x100 - Input Cue
6890+
~~~~~~~~~~~~~~~~~
6891+
::
6892+
6893+
0x100 type, time
6894+
6895+
Cues up an input for after ``time`` ticks. ``type`` determines both the type of input and the Samurai's attack animation.
6896+
Values for ``type`` are:
6897+
6898+
- 0: Regular slice (press A)
6899+
6900+
- 1: 1st in sequence of slices (press A)
6901+
6902+
- 2: 2nd in sequence of slices (press A)
6903+
6904+
- 3: 3rd in sequence of slices (press A)
6905+
6906+
- 4: 4th in sequence of slices (press A)
6907+
6908+
- 5: Block large enemy (start holding B)
6909+
6910+
- 6: Slice large enemy (release B)
6911+
6912+
0x101 - Samurai Animations
6913+
~~~~~~~~~~~~~~~~~~~~~~~~~~
6914+
::
6915+
6916+
0x101
6917+
6918+
Beat animation. ::
6919+

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
kotlin_version=1.2.30
1+
kotlin_version=1.2.41
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Jul 10 21:02:54 CEST 2017
1+
#Fri Jun 29 21:59:48 CEST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-all.zip

src/main/kotlin/rhmodding/tickompiler/Utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package rhmodding.tickompiler
22

3-
const val VERSION: String = "v1.6.0"
3+
const val VERSION: String = "v1.7.0"
44
const val GITHUB: String = "https://github.com/SneakySpook/Tickompiler"
55
const val INFO_TEXT: String = """Tickompiler: A RHM tickflow compiler/decompiler written by SneakySpook and chrislo27 in Kotlin
66
$VERSION

0 commit comments

Comments
 (0)