Skip to content

Commit

Permalink
Add this struct here because invader (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyHerself authored Oct 2, 2020
2 parents 555b8d9 + 8433efa commit 193bc85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The 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).

## [2.9.9]
### Changed
- Updated xbox model struct for invader

## [2.9.8]
### Added
- Add fix_top_format() to BitmapTag
Expand Down
4 changes: 2 additions & 2 deletions reclaimer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# ##############
__author__ = "Sigmmma"
# YYYY.MM.DD
__date__ = "2020.09.19"
__version__ = (2, 9, 8)
__date__ = "2020.09.23"
__version__ = (2, 9, 9)
__website__ = "https://github.com/Sigmmma/reclaimer"
__all__ = (
"animation", "bitmaps", "h2", "h3", "halo_script", "hek", "meta", "misc",
Expand Down
2 changes: 1 addition & 1 deletion reclaimer/hek/defs/mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get():
DYN_NAME_PATH="tagdata.geometries.geometries_array[DYN_I].NAME"),
Pad(2),

#reflexive("local_markers", local_marker, 32, DYN_NAME_PATH=".name"),
reflexive("local_markers", local_marker, 32, DYN_NAME_PATH=".name"),
SIZE=88
)

Expand Down

0 comments on commit 193bc85

Please sign in to comment.