Skip to content

Commit

Permalink
PAZ clean up: clean up FrontEnd big time
Browse files Browse the repository at this point in the history
  • Loading branch information
ukuhl committed May 6, 2022
1 parent cf6d286 commit 0b43fcd
Show file tree
Hide file tree
Showing 46 changed files with 3 additions and 684,403 deletions.
Binary file removed FrontEnd/AlienZooDesign_FrontEnd.pdf
Binary file not shown.
4 changes: 1 addition & 3 deletions FrontEnd/index.htm
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<!doctype html>
<html lang="en">



<head>
<meta charset="UTF-8" />
<title>AlienZoo v0.1</title>
<title>PlausibleAlienZoo</title>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/phaser.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion FrontEnd/js/gameUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ window.onload = function(){
let shubOldNo = [];
let shubNewNo = [];
// initialize and shuffle array of plant names
var plants = ['static/Leaf1_test.png', 'static/Leaf2_test.png', 'static/Leaf3_test.png', 'static/Leaf4_test.png', 'static/Leaf5_test.png'];
var plants = ['static/leaf1.png', 'static/leaf2.png', 'static/leaf3.png', 'static/leaf4.png', 'static/leaf5.png'];
// randomize plant colors for this participant:
plants = shuffle(plants);

Expand Down
70 changes: 0 additions & 70 deletions FrontEnd/js/preloadScene.js

This file was deleted.

5 changes: 1 addition & 4 deletions FrontEnd/js/startScene.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ class StartScene extends Phaser.Scene {
init() {}

preload() {
this.load.image('stable', 'static/stable.png');

this.load.spritesheet('shub', 'static/shub_spritesheet.png', { frameWidth: 50, frameHeight: 47 });

// load button images
this.load.image('buttonUp', 'static/buttonUp.png');
this.load.image('buttonDown', 'static/buttonDown.png');
// load button image
this.load.image('buttonFeed', 'static/buttonSubmit.png');

//load plant images
Expand Down
Loading

0 comments on commit 0b43fcd

Please sign in to comment.