Skip to content

Commit

Permalink
Add progressives+generic CS sprites (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee authored Jan 26, 2024
1 parent 18379a0 commit b65ee5b
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [1.2.6] - 2024-01-26

### Added
- Added sprites for Progressive Jump, Progressive Suit and a Generic CaveStory sprite.

### Changed
- Changed how the Dread Wide Beam sprite looks

## [1.2.5] - 2024-01-23

### Fixed
Expand Down
7 changes: 7 additions & 0 deletions YAMS-LIB/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,9 @@ void CreateAndAddItemSprite(string name)
Textures = GetTexturePageItemsForSpriteName("sItemDNA_")
});

CreateAndAddItemSprite("sItemProgressiveJump");
CreateAndAddItemSprite("sItemProgressiveSuit");

// New sprites for dna septogg
gmData.Sprites.Add(new UndertaleSprite
{
Expand Down Expand Up @@ -544,6 +547,10 @@ void CreateAndAddItemSprite(string name)
CreateAndAddItemSprite("sItemStormMissilesDread");
CreateAndAddItemSprite("sItemWideBeamDread");
#endregion

#region Cave Story
CreateAndAddItemSprite("sItemGenericCS");
#endregion
#endregion

void RotateTextureAndSaveToTexturePage(int rotation, UndertaleTexturePageItem texture)
Expand Down
6 changes: 3 additions & 3 deletions YAMS-LIB/sprites/Attribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Authors are as follows:
- Everything in the `misc` folder, with the exception of the `hud` subfolder, was made by [AbyssalCreature](https://github.com/AbyssalCreature)
- The `hud` subfolder in the `misc` folder was made by [Miepee](https://github.com/Miepee).
- The DNA, Nothing, Power Bomb Launcher, Shiny Screw Attack, Shiny Hi-Jump, Shiny Ice beam, Shiny Missile, Super Missile
Launcher and Unknown
sprites (`items/dna`, `items/nothing`, `items/pbLauncher`, `items/screwAttackShiny`, `items/shinyHijump`, `items/shinyIcebeam`, `items/shinyMissile`, `items/superMissileLauncher`
and `items/unknown`) were made by [AbyssalCreature](https://github.com/AbyssalCreature)
Launcher. Progressive Jump, Progressive Suit and Unknown sprites
(`items/dna`, `items/nothing`, `items/pbLauncher`, `items/screwAttackShiny`, `items/shinyHijump`, `items/shinyIcebeam`, `items/shinyMissile`, `items/superMissileLauncher`
`items/progressiveJump`, `items/progressiveSuit` and `items/unknown`) were made by [AbyssalCreature](https://github.com/AbyssalCreature)
- The Morph Ball and Missile Launcher sprites (`items/morph` and `items/missileLauncher` respectively) were made by
ShirtyScarab554
- Power Grip and the Shiny nothing orb (`items/powerGrip` and `items/shinyNothing` respectively) were made by
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b65ee5b

Please sign in to comment.