Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add progressives+generic CS sprites #166

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading