Skip to content

Commit

Permalink
Merge branch 'main' into team-2-sound
Browse files Browse the repository at this point in the history
  • Loading branch information
The-AhmadAA committed Oct 8, 2023
2 parents b2e84e2 + 7d8efa9 commit 7c2c9b0
Show file tree
Hide file tree
Showing 161 changed files with 7,027 additions and 981 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/javadoc_publish.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: Publish Javadoc to web
# name: Publish Javadoc to web

on:
push:
# Sequence of patterns matched against refs/heads
branches:
# Push events on main branch
- main
# on:
# push:
# # Sequence of patterns matched against refs/heads
# branches:
# # Push events on main branch
# - main

jobs:
build_and_publish_jdoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # Checkout repo to remote machine
- name: Set up OpenJDK17
uses: actions/setup-java@v1
with:
java-version: '17'
# jobs:
# build_and_publish_jdoc:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3 # Checkout repo to remote machine
# - name: Set up OpenJDK17
# uses: actions/setup-java@v1
# with:
# java-version: '17'

- name: Build Javadoc
run: |
cd $GRADLE_DIR
chmod +x ./gradlew
./gradlew javadoc
env:
GRADLE_DIR: 'source' # Modify this to wherever './gradlew' is
# - name: Build Javadoc
# run: |
# cd $GRADLE_DIR
# chmod +x ./gradlew
# ./gradlew javadoc
# env:
# GRADLE_DIR: 'source' # Modify this to wherever './gradlew' is

- name: Deploy docs to GH Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: source/core/build/docs/javadoc/ # The folder the action should deploy.
# - name: Deploy docs to GH Pages
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages # The branch the action should deploy to.
# folder: source/core/build/docs/javadoc/ # The folder the action should deploy.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UQ 2023 Studio 3
# UQ 2023 Studio 3

## Description

Expand Down
6 changes: 6 additions & 0 deletions source/core/assets/configs/Bombship.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"Bombship" : {
"health": 100,
"baseAttack": 20
}
}
Binary file added source/core/assets/images/attack.png
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.
89 changes: 89 additions & 0 deletions source/core/assets/images/bombship/bombship.atlas
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
bombship.png
size: 32, 286
format: RGBA8888
filter: Linear,Linear
repeat: none
destroy
rotate: false
xy: 0, 0
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
destroy
rotate: false
xy: 0, 32
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
destroy
rotate: false
xy: 0, 64
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
destroy
rotate: false
xy: 0, 96
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
destroy
rotate: false
xy: 0, 128
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
default
rotate: false
xy: 0, 160
size: 26, 21
orig: 26, 21
offset: 0, 0
index: -1
idle
rotate: false
xy: 0, 160
size: 26, 21
orig: 26, 21
offset: 0, 0
index: -1
idle
rotate: false
xy: 0, 181
size: 26, 21
orig: 26, 21
offset: 0, 0
index: -1
idle
rotate: false
xy: 0, 202
size: 26, 21
orig: 26, 21
offset: 0, 0
index: -1
start
rotate: false
xy: 0, 223
size: 26, 21
orig: 26, 21
offset: 0, 0
index: -1
start
rotate: false
xy: 0, 244
size: 26, 21
orig: 26, 21
offset: 0, 0
index: -1
start
rotate: false
xy: 0, 265
size: 26, 21
orig: 26, 21
offset: 0, 0
index: -1
Binary file added source/core/assets/images/bombship/bombship.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 source/core/assets/images/damage_upgrade.png
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 7c2c9b0

Please sign in to comment.