Skip to content

Commit

Permalink
added atariage logo & merry christmas to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
steux committed Dec 18, 2023
1 parent 3f618f9 commit 14f3650
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
Binary file modified sprites7800/resources/RType_sprites.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions sprites7800/resources/atariage_logo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
palettes:
- name: all
colors:
- [255, 143, 0] # Orange
- [255, 241, 0] # Yellow
- [255, 255, 255] # White
- [41, 77, 212] # Dark blue
- [255, 0, 0] # Red
- [102, 131, 255] # Blue
- [64, 64, 64] # Dark grey
- [128, 128, 128] # Grey
- [192, 192, 192] # Light grey
- [0, 26, 0] # Dark green
- [0, 50, 0] # Green
- [0, 72, 0] # Light green

sprite_sheets:
- image: RType_sprites.png
sprites:
- name: atariage_logo
top: 144
left: 0
width: 64
height: 64
holeydma: true
mode: 160B
palette: all
Binary file added sprites7800/resources/christmas.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions sprites7800/resources/christmas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
palettes:
- name: grey
colors:
- [73, 75, 72] # Dark Grey
- [149, 152, 148] # Light Grey
- [255, 255, 255] # White

sprite_sheets:
- image: christmas.png
sprites:
- name: christmas
top: 0
left: 0
width: 128
height: 96
holeydma: true
mode: 160A
palette: grey

0 comments on commit 14f3650

Please sign in to comment.