-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ability to load static cursors from text-based asset files (#15)
- Loading branch information
Showing
12 changed files
with
695 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
( | ||
image: ( | ||
path: "kenney_crosshairPack/Tilesheet/crosshairs_tilesheet_white.png", | ||
), | ||
texture_atlas_layout: ( | ||
tile_size: (64, 64), | ||
columns: 20, | ||
rows: 10, | ||
padding: Some((5, 5)), | ||
), | ||
hotspots: ( | ||
// The hotspot for the default cursor. Can be omitted if it's (0, 0). | ||
default: (0, 0), | ||
overrides: { | ||
11: (32, 32), | ||
95: (32, 8), | ||
// You can add more overrides here. | ||
}, | ||
), | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
|
||
Crosshair Pack | ||
|
||
by Kenney Vleugels (Kenney.nl) | ||
|
||
------------------------------ | ||
|
||
License (Creative Commons Zero, CC0) | ||
http://creativecommons.org/publicdomain/zero/1.0/ | ||
|
||
You may use these assets in personal and commercial projects. | ||
Credit (Kenney or www.kenney.nl) would be nice but is not mandatory. | ||
|
||
------------------------------ | ||
|
||
Donate: http://support.kenney.nl | ||
|
||
Follow on Twitter for updates: @KenneyNL (www.twitter.com/kenneynl) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.