Skip to content

Commit

Permalink
first commit!
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Aug 10, 2023
0 parents commit c3670d6
Show file tree
Hide file tree
Showing 70 changed files with 9,083 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Code of Conduct

All Excalibur.js projects are released with the [Contributor Code of Conduct](https://github.com/excaliburjs/Excalibur/blob/main/.github/CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
9 changes: 9 additions & 0 deletions .github/CONTRIBUTING copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# How to Contribute

## Code of Conduct

All Excalibur.js projects are released with the [Contributor Code of Conduct](https://github.com/excaliburjs/Excalibur/blob/master/.github/CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.

## Contributing Document

The contributing document for Excalibur.js projects is located here: [Contributing Document](https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md)
7 changes: 7 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to Contribute

#### Code of Conduct
All Excalibur.js projects are released with the [Contributor Code of Conduct](https://github.com/excaliburjs/Excalibur/blob/main/.github/CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.

#### Contributing Document
The contributing document for Excalibur.js projects is located here: [Contributing Document](https://github.com/excaliburjs/Excalibur/blob/main/.github/CONTRIBUTING.md)
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: [eonarheim] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug Report
about: Something not working as expected? Tell us about it!
title: ''
labels: ''
assignees: ''

---

<!-- ::: IMPORTANT NOTE :::
Hi, this is the Excalibur development team. Please take a moment to read the instructions below:
Please ask any questions you have in our forum: https://github.com/excaliburjs/Excalibur/discussions
Please wait to file a Github issue until after you've read through and understand the contributing guidelines. If you're not sure if you should submit an issue, ask your question in the forum linked above.
https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#reporting-bugs
-->

<!-- Please follow the format below to make it easier for us to help you -->
<!-- Add relevant pictures/gifs as appropriate -->

### Steps to Reproduce
<!-- Detailed steps for reproducing the problem -->
<!-- If possible, please include a self-contained code snippet that demonstrates the problem -->

### Expected Result
<!-- What you expected to happen -->

### Actual Result
<!-- What happened instead -->

### Environment
<!-- Please fill out these fields -->
- browsers and versions: <!-- e.x. Chrome (50.0.2883.87), Firefox (50.1.0), Edge (38.14393.0.0), etc. -->
- operating system: <!-- What OS are you using? -->
- Excalibur versions: <!-- which version(s) of Excalibur contain the bug?-->
- (anything else that may be relevant) <!-- Are there versions of Excalibur that don't contain the bug?, etc. -->

### Current Workaround
<!-- If you have determined a workaround for this issue, please detail it here -->
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Feature Request
about: Suggest a new feature or improvement
title: ''
labels: ''
assignees: ''

---

<!-- ::: IMPORTANT NOTE :::
Hi, this is the Excalibur development team. Please take a moment to read the instructions below:
Please ask any questions you have in our forum: https://github.com/excaliburjs/Excalibur/discussions
Please wait to file a Github issue until after you've read through and understand the contributing guidelines. If you're not sure if you should submit an issue, ask your question in the forum linked above.
https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#suggesting-improvements
-->

<!-- Please do a quick search through our [backlog][issues] to see if your improvement has already been suggested. If so, feel free to provide additional comments or thoughts on the existing issue. -->

<!-- Please follow the format below to make it easier for us to help you -->
<!-- Add relevant pictures/gifs as appropriate -->

### Context
<!-- Explain the background information for this request -->

### Proposal
<!-- Your idea for the new feature, improvement, etc. -->
<!-- If you have any ideas for implementation or next steps, add those here -->
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!--
Hi, and thanks for contributing to Excalibur!
Before you go any further, please read our contributing guide: https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md
especially the "Submitting Changes" section:
https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#submitting-changes
---
A quick summary checklist is included below for convenience:
-->

===:clipboard: PR Checklist :clipboard:===

- [ ] :pushpin: issue exists in github for these changes
- [ ] :microscope: existing tests still pass
- [ ] :see_no_evil: code conforms to the [style guide](https://github.com/excaliburjs/Excalibur/blob/master/STYLEGUIDE.md)
- [ ] :triangular_ruler: new tests written and passing / old tests updated with new scenario(s)
- [ ] :page_facing_up: changelog entry added (or not needed)

==================

<!-- If you're closing an issue with this pull request, or contributing a significant change, please include your changes in the appropriate section of CHANGELOG.md as outlined in https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#creating-a-pull-request. -->

<!--Please format your pull request title according to our commit message styleguide: https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#commit-messages -->

<!-- Thanks again! -->

<!--------------------------------------------------------------------------------------------->

Closes #

## Changes:

- change 1
- change 2
46 changes: 46 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# This is a basic workflow to help you get started with Actions

name: Build

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
submodules: recursive

# Runs a single command using the runners shell
- name: Build Tiled Webpack
run: |
npm ci
npm run build:prod
# Runs a set of commands using the runners shell
- name: Deploy to GitHub Pages
# You may pin to the exact commit or the version.
# uses: JamesIves/github-pages-deploy-action@164583b9e44b4fc5910e78feb607ea7c98d3c7b9
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
# This is the branch you wish to deploy to, for example gh-pages or docs.
branch: gh-pages
# The folder in your repository that you want to deploy. If your build script compiles into a directory named build you would put it here. Folder paths cannot have a leading / or ./. If you wish to deploy the root directory you can place a . here.
folder: dist
# If you would like to push the contents of the deployment folder into a specific directory on the deployment branch you can specify it here.
# target-folder: .
# If you need to customize the commit message for an integration you can do so.
commit-message: Deploy Tiled Webpack
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
LICENSE
What you can do:

-Use in commercial and non-commercial video games and personal projects.
-Edit the assets as much as you like for use in projects.
-Publish work using these assets on websites relating to art, games, and similar.

What you can't do:

-Resell, repackage or redistribute the assets in original or modified form.
-Use the assets or derivatives in logo, trademark, or service mark.
-Use the assets for any part of the creation or promotion of NFT/crypto/play to earn/metaverse/web3 projects.
-Use the assets in any printed media or physical products.

The latest version of the license terms can be found at:https://www.jamiebrownhill.com/asset-license
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Blank
Red Brick Green Water
Blank
Blank
Blank
Blank
Blank
Blank
Dirt Cave Water
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Dirt Cave Grass
Dirt Cave Grass Edge
Blank
Blank
Dirt Cave Grass (No Ground)
Blank
Blank
Blank
Dirt Cave Ground
Dirt Cave Ground Edge
Red Brick Floor
Blank
Dirt Cave Ground Edge (No Ground)
Red Brick Floor Edge
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Red Brick Dungeon Wall Top
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Red Brick Dungeon Wall
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Dirt Cave Wall Top
Blank
Blank
Blank
Blank
Blank
Blank
Blank
Dirt Cave Wall
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c3670d6

Please sign in to comment.