Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
164 contributions in the last year
Contribution activity
November 2020
Created 94 commits in 1 repository
Created 1 repository
- db0/Gut GDScript
Created a pull request in bitwes/Gut that received 1 comment
Fixes #239
Will now compare each individual component of Vector2 and Vector3 for equality.
Opened 3 other pull requests in 1 repository
db0/godot-card-gaming
3
merged
Created an issue in bitwes/Gut that received 6 comments
False positives when using assert_almost_eq()
I have noticed that my tests are working when they should be failing.
[Passed]: [Vector2(565, 600)] expected to equal [Vector2(565, 640)] +/- [(2, …
Opened 15 other issues in 3 repositories
db0/godot-card-gaming
7
open
5
closed
- Add method to set a card's index to a specified value among its peers while it's in CardContainer
- Add method to turn cards face-down while on the table
- Add ability to add markers on cards
- Add method to move card to top or bottom of pile
- Add ability to zoom in/out of the board
- Create a way to attach cards to other cards
- Add framework to add hoverable buttons on a card
- Ability to see the top card of a pile
- Ability to have containers have face-up or face-down cards
- Add a way to look into a pile a choose a card
- Add a way to reshuffle a pile
- Add a way to focus a card that's on the table