Skip to content

Commit

Permalink
add a button and bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
melkypie committed May 29, 2020
1 parent ac5cc80 commit 256b3f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
mavenCentral()
}

def runeLiteVersion = '1.6.17-SNAPSHOT'
def runeLiteVersion = '1.6.18-SNAPSHOT'

dependencies {
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
Expand All @@ -26,7 +26,7 @@ dependencies {
}

group = 'melky.resourcepacks'
version = '1.0.2'
version = '1.0.3'
sourceCompatibility = '1.8'

tasks.withType(JavaCompile) {
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/melky/resourcepacks/SpriteOverride.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ enum SpriteOverride
BUTTON_COMBAT_STYLE_NARROW_SELECTED(SpriteID.COMBAT_STYLE_BUTTON_NARROW_SELECTED, Folder.BUTTON),
BUTTON_COMBAT_STYLE_THIN(SpriteID.COMBAT_STYLE_BUTTON_THIN, Folder.BUTTON),
BUTTON_COMBAT_STYLE_THIN_SELECTED(SpriteID.COMBAT_STYLE_BUTTON_THIN_SELECTED, Folder.BUTTON),
BUTTON_BOTTOM_LINE_MODE_WINDOW_CLOSE_SMALL(SpriteID.BOTTOM_LINE_MODE_WINDOW_CLOSE_BUTTON_SMALL, Folder.BUTTON),
BUTTON_BOTTOM_LINE_MODE_WINDOW_CLOSE_SMALL_HOVERED(SpriteID.BOTTOM_LINE_MODE_WINDOW_CLOSE_BUTTON_SMALL_HOVERED, Folder.BUTTON),

SKILL_ATTACK(SpriteID.SKILL_ATTACK, Folder.SKILL),
SKILL_STRENGTH(SpriteID.SKILL_STRENGTH, Folder.SKILL),
Expand Down

0 comments on commit 256b3f9

Please sign in to comment.