Skip to content

Commit c11f5c1

Browse files
committed
Cleanup
1 parent 826d25e commit c11f5c1

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
publish: web
2424
blend: jenga.blend
2525
blender: latest/stable
26-
- name: Result
27-
run: |
28-
echo "Code: ${{ steps.publish.outputs.code }}"
29-
echo "Time: ${{ steps.publish.outputs.time }}"
26+
- name: Deploy gh-pages
27+
uses: JamesIves/github-pages-deploy-action@4.1.5
28+
with:
29+
branch: gh-pages
30+
folder: build_jenga/html5
31+
target-folder: web-desktop

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
[JENGA!](http://disktree.net/app/games/jenga/)
33
======
44
A fucking jenga game.
5+
6+
[![build](https://github.com/disktree/jenga/actions/workflows/build.yml/badge.svg)](https://github.com/disktree/jenga/actions/workflows/build.yml)

Sources/jenga/Game.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ class Game extends iron.Trait {
125125
rz = !rz;
126126
}
127127

128-
for( i in 0...ROW_SIZE ) {
128+
/* for( i in 0...ROW_SIZE ) {
129129
blocks[Std.int(numRows * ROW_SIZE) - (i+1)].getTrait(BlockDrag).enabled = false;
130-
}
130+
} */
131131

132132
//resetCamera();
133133
}

jenga.blend

-47 KB
Binary file not shown.

0 commit comments

Comments
 (0)