Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
acyanbird committed Dec 27, 2023
1 parent a043b3e commit a63a9b7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions assets/Copyright Information.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pill.glb is the Blender Mode file.

gm.jpg comes from lab 8 /Resources/Grass/Grass002_2K_Color.png and converted to jpg to reduce file size.

backgrounds.jpg comes from https://unsplash.com/photos/cluster-of-stars-in-the-sky-qVotvbsuM_c
under the Unsplash License, can be used for free for Commercial and non-commercial purposes

All three sound effects are from https://opengameart.org/content/512-sound-effects-8-bit-style under cc0 license

get point: /General Sounds/Positive Sounds/sfx_coin_cluster3.wav
lose life: /General Sounds/Negative Sounds/sfx_sounds_damage1.wav
game over: /General Sounds/Weird Sounds/sfx_sound_noise.wav
Binary file added assets/gm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/grass.png
Binary file not shown.
2 changes: 1 addition & 1 deletion day.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as THREE from "three"
import {GLTFLoader} from "three/addons";

import grassimg from "./assets/grass.png";
import grassimg from "./assets/gm.jpg";
import modelpath from "./assets/pill.glb";
import gameover from "./assets/gameover.wav";
import loselife from "./assets/loselife.wav";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "graphic course work pillbug adventure",
"name": "graphic course work pillbug",
"version": "0.0.1",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit a63a9b7

Please sign in to comment.