File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22[ JENGA!] ( http://disktree.net/app/games/jenga/ )
33======
44A 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 )
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments