Skip to content

Commit

Permalink
assets for keeper, misspelled toxic shock png file
Browse files Browse the repository at this point in the history
  • Loading branch information
adewey committed Nov 15, 2015
1 parent a7b3580 commit 875d0bd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h4 class="modal-title">Settings</h4>
isaac_tracker.emit('update', jsonObj);
}
};
setInterval(handle_messages, 1000);
setInterval(handle_messages, 500);

var send_message = function(event, data) {
if (!should_update()) {
Expand Down
2 changes: 1 addition & 1 deletion app/css/transformations.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
margin: 16px;
}
.guppy.two:before {
background: url("../gfx/characters/costumes/costume_guppy body.png") 0 -58px;
background: url("../gfx/characters/costumes/costume_guppy_body.png") 0 -58px;
width: 32px;
height: 32px;
margin: 23px 16px 7px;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/gfx/ui/stage/playerportraitbig_keeper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "isaactracker",
"main": "app.html",
"productName": "isaactracker",
"version": "2.2.1",
"version": "2.2.2",
"description": "An item tracker for The Binding of Isaac: Afterbirth.",
"window": {
"icon": "favicon.ico",
Expand Down
4 changes: 4 additions & 0 deletions app/resources/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@
<passive achievement="222" description="Feed them love" gfx="Collectibles_413_ImmaculateConception.png" id="413" name="Immaculate Conception" />
<passive description="There are even more options!" gfx="Collectibles_414_MoreOptions.png" id="414" name="More Options" />
<passive cache="damage shotspeed range" description="The untainted gain power" gfx="Collectibles_415_CrownOfLight.png" id="415" name="Crown Of Light" soulhearts="4" />
<passive achievement="238" description="More stuff to carry!" gfx="Collectibles_416_deeppockets.png" id="416" name="Deep Pockets" />
<familiar achievement="221" description="Damage booster" gfx="Collectibles_417_Succubus.png" id="417" name="Succubus" />

<passive description="Rainbow Effects!" gfx="Collectibles_418_FruitCake.png" id="418" name="Fruit Cake" />
Expand Down Expand Up @@ -530,6 +531,9 @@
<trinket description="Feel lucky?" gfx="trinket_082_GoldenHorseShoe.png" id="82" name="Golden Horse Shoe" />

<trinket achievement="249" description="Stores are open" gfx="trinket_083_storekey.png" id="83" name="Store Key" />
<trinket achievement="204" description="Feels greedy" gfx="trinket_084_ribofgreed.png" id="84" name="Rib of Greed" />
<trinket achievement="239" description="Karma up" gfx="trinket_085_karma.png" id="85" name="Karma" />

<trinket description="the poop is moving..." gfx="Trinket_086_LilLarva.png" id="86" name="Lil Larva" />
<trinket description="you feel her love" gfx="Trinket_087_MomsLocket.png" id="87" name="Mom's Locket" />
<trinket description="Never again!" gfx="Trinket_088_NO.png" id="88" name="NO!" />
Expand Down
3 changes: 2 additions & 1 deletion app/resources/players.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@
<player bigportrait="PlayerPortraitBig_10_Lazarus2.png" costume="33" hp="2" id="11" items="214" name="Lazarus II" nameimage="PlayerName_10_Lazarus.png" portrait="PlayerPortrait_10_Lazarus2.png" skin="Character_010_Lazarus2.png" skinColor="-1" />
<player bigportrait="PlayerPortraitBig_BlackJudas.png" black="4" id="12" name="Black Judas" nameimage="PlayerName_04_Judas.png" portrait="PlayerPortrait_BlackJudas.png" skin="Character_013_BlackJudas.png" skinColor="1" />
<player bigportrait="PlayerPortraitBig_Lilith.png" black="4" canShoot="false" costume="34" hp="2" id="13" items="357,412" name="Lilith" nameimage="PlayerName_13_Lilith.png" portrait="PlayerPortrait_13_Lilith.png" skin="Character_014_Lilith.png" skinColor="1" />
</players>
<player bigportrait="PlayerPortraitBig_Keeper.png" bombs="1" hp="4" id="14" name="Keeper" nameimage="PlayerName_14_TheKeeper.png" portrait="PlayerPortrait_14_Keeper.png" skin="Character_015_Keeper.png" skinColor="-1" />
</players>

0 comments on commit 875d0bd

Please sign in to comment.