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

[FEATURE] Cat hover sprites on Clan screen #3101

Open
wants to merge 22 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7551b7f
initial commit
j-gynn Aug 25, 2024
0d4b54d
bugfix: can't disable null
j-gynn Aug 25, 2024
7a4b5b1
hover sprites working
j-gynn Aug 25, 2024
2044d46
cat.sprite_mask now exists for ease of use
j-gynn Aug 25, 2024
7203059
Merge development
j-gynn Dec 2, 2024
d097bf7
hover sprites improved
j-gynn Dec 2, 2024
ccfb085
Centering the tooltip names
j-gynn Dec 2, 2024
b939800
somehow, "patrol" became "l". a real L.
j-gynn Dec 2, 2024
c9928a5
pylint, do you love me now?
j-gynn Dec 2, 2024
127f1dd
Revert backstories.json
j-gynn Dec 5, 2024
a6bf4dd
Merge branch 'refs/heads/development' into cat-hover-sprites-correctly
j-gynn Dec 6, 2024
ee06a49
fixed the strobing glitch hopefully permanently
j-gynn Dec 6, 2024
24e1b30
Merge branch 'development' into cat-hover-sprites-correctly
j-gynn Dec 6, 2024
a0af265
...fixed a doofy merge.
j-gynn Dec 6, 2024
100df6f
Merge branch 'development' into cat-hover-sprites-correctly
j-gynn Dec 9, 2024
b8d44c3
removed unexpectedly doubled event
j-gynn Dec 14, 2024
c2b1415
Merge branch 'refs/heads/development' into cat-hover-sprites-correctly
j-gynn Dec 14, 2024
5211ee1
Merge branch 'refs/heads/development' into cat-hover-sprites-correctly
j-gynn Dec 20, 2024
3a181ed
Merge branch 'refs/heads/development' into cat-hover-sprites-correctly
j-gynn Dec 23, 2024
af6878b
Merge branch 'refs/heads/development' into cat-hover-sprites-correctly
j-gynn Dec 23, 2024
5b1630a
Merge branch 'refs/heads/development' into cat-hover-sprites-correctly
j-gynn Dec 30, 2024
544fa34
removed tool_tip_text from cats on clan screen :(
j-gynn Dec 30, 2024
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
28 changes: 14 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ body:
label: Type of bug
description: What kind of issue are you experiencing?
options:
- Please choose an option...
- UI - anything to do with the user interface - maybe a button is not working, or the way some assets are formatted seems to be off.
- Sprite - an issue with the art in the game
- Audio - issues related to the audio system
- Code - general bugs related to how the game runs and responds to you.
- 'Typo - misspellings or incorrect grammar - IMPORTANT: "bugs" of this type are collected here: https://github.com/ClanGenOfficial/clangen/issues/1818'
- Please choose an option...
- UI - anything to do with the user interface - maybe a button is not working, or the way some assets are formatted seems to be off.
- Sprite - an issue with the art in the game
- Audio - issues related to the audio system
- Code - general bugs related to how the game runs and responds to you.
- 'Typo - misspellings or incorrect grammar - IMPORTANT: "bugs" of this type are collected here: https://github.com/ClanGenOfficial/clangen/issues/1818'
validations:
required: true
- type: textarea
Expand All @@ -30,13 +30,13 @@ body:
label: Grade
description: How much of an impact does this issue have on play?
options:
- Please choose an option...
- Game-breaking - a bug that makes it impossible to play the game
- Dire - Still playable, but a major feature is broken
- Important - The bug has a large effect on the gameplay but is not urgent
- Regular - A typical bug that should be seen to soon, but doesn't necessarily break the game or inhibit the player
- Non-vital - This bug can easily be ignored and does not have a large impact on play
- Unimportant - This bug has little to no impact on play.
- Please choose an option...
- Game-breaking - a bug that makes it impossible to play the game
- Dire - Still playable, but a major feature is broken
- Important - The bug has a large effect on the gameplay but is not urgent
- Regular - A typical bug that should be seen to soon, but doesn't necessarily break the game or inhibit the player
- Non-vital - This bug can easily be ignored and does not have a large impact on play
- Unimportant - This bug has little to no impact on play.
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -68,6 +68,6 @@ body:
placeholder: Add any other context about the problem here.
- type: textarea
id: screenshots
attributes:
attributes:
label: Screenshots
placeholder: If applicable, add screenshots to help explain your problem.
Loading
Loading