Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
add background extension
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeGrinder committed Feb 25, 2021
1 parent 88a160e commit e5b530a
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 0 deletions.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified par5e/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions sw5e-background/extension.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version='1.0' encoding='ISO-8859-1'?>
<root>
<properties>
<name>SW5e-Starfield</name>
<description>
<text>SW5e Background Image</text>
<author>BeeGrinder</author>
</description>
<loadorder>990</loadorder>
</properties>
<base>
<includefile source="graphics/sw5e_graphics.xml"/>
</base>
</root>
Binary file added sw5e-background/graphics/starfield1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions sw5e-background/graphics/sw5e_graphics.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<root>
<framedef name="desktop">
<bitmap file="graphics/starfield1.jpg"/>
<top rect="0, 0, 1920, 1080"/>
<middle rect="0, 1080, 1920, 200"/>
</framedef>
</root>
Binary file modified sw5e-generator/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5b530a

Please sign in to comment.