Skip to content

Commit

Permalink
Merge pull request #77 from ucsd-cse125-sp24/collider-change-heal-ring
Browse files Browse the repository at this point in the history
Transparent enemy, track alive player, status effect visible
  • Loading branch information
junweic01 authored Jun 7, 2024
2 parents b1e393e + 5a60dac commit 1598771
Show file tree
Hide file tree
Showing 20 changed files with 516 additions and 22 deletions.
Binary file added assets/heal-ring/heal-ring.bin
Binary file not shown.
142 changes: 142 additions & 0 deletions assets/heal-ring/heal-ring.gltf
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v4.1.63",
"version":"2.0"
},
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0
]
}
],
"nodes":[
{
"mesh":0,
"name":"Torus.001",
"scale":[
10,
10,
10
]
}
],
"materials":[
{
"doubleSided":true,
"name":"Material.001",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":0
},
"metallicFactor":0,
"roughnessFactor":0.5
}
}
],
"meshes":[
{
"name":"Torus.001",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
}
],
"images":[
{
"mimeType":"image/png",
"name":"healthy-green",
"uri":"healthy-green.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":5184,
"max":[
1.0174199342727661,
0.017349302768707275,
1.0174199342727661
],
"min":[
-1.0174199342727661,
-0.017349302768707275,
-1.0174199342727661
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":5184,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":5184,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":7776,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":62208,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":62208,
"byteOffset":62208,
"target":34962
},
{
"buffer":0,
"byteLength":41472,
"byteOffset":124416,
"target":34962
},
{
"buffer":0,
"byteLength":15552,
"byteOffset":165888,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":181440,
"uri":"heal-ring.bin"
}
]
}
Binary file added assets/heal-ring/healthy-green.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 assets/revive-ring/revive-ring.bin
Binary file not shown.
142 changes: 142 additions & 0 deletions assets/revive-ring/revive-ring.gltf
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v4.1.63",
"version":"2.0"
},
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0
]
}
],
"nodes":[
{
"mesh":0,
"name":"Torus.001",
"scale":[
10,
10,
10
]
}
],
"materials":[
{
"doubleSided":true,
"name":"Material.001",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":0
},
"metallicFactor":0,
"roughnessFactor":0.5
}
}
],
"meshes":[
{
"name":"Torus.001",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
}
],
"images":[
{
"mimeType":"image/png",
"name":"revive-yellow",
"uri":"revive-yellow.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":5184,
"max":[
1.0174199342727661,
0.017349302768707275,
1.0174199342727661
],
"min":[
-1.0174199342727661,
-0.017349302768707275,
-1.0174199342727661
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":5184,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":5184,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":7776,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":62208,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":62208,
"byteOffset":62208,
"target":34962
},
{
"buffer":0,
"byteLength":41472,
"byteOffset":124416,
"target":34962
},
{
"buffer":0,
"byteLength":15552,
"byteOffset":165888,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":181440,
"uri":"revive-ring.bin"
}
]
}
Binary file added assets/revive-ring/revive-yellow.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 assets/speedup-ring/speedup-blue.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 assets/speedup-ring/speedup-ring.bin
Binary file not shown.
Loading

0 comments on commit 1598771

Please sign in to comment.