- Nov 09, 2016
-
-
Michael LaFreniere authored
-
- Nov 08, 2016
-
-
Jordan authored
-
Jordan authored
- Character is now sperated into seperate parts - All new animations for each action - Weapon swapping is added -> Create weapon asset, add sprite, drag onto players 'weapon' object (see hierarchy) - A bit of organizing, feel free to do more
-
Graham Solie authored
Enemy is taking damage but player is still not....for some reason
-
- Nov 07, 2016
-
-
Michael LaFreniere authored
Gets crazy skewed when screen size changes.... -__- Will have to play with that more... Looks decent at current screen size. - Couldn't figure out how to make a transparant background for the axes.
-
Michael LaFreniere authored
*bugs: unsure why buttons are skewing size, can't figure out how to make them all the same regardless of text length in each..... - will have to make the weapon choice a permanent change through static variables - but i have to go eat supper so i'll figure that out later lol.
-
Michael LaFreniere authored
entering a door area triggers a text to let the player know how to enter/exit
-
Ryan Hoppe (rmh898) authored
-
Ryan Hoppe (rmh898) authored
This will be used for determining when to use various special attacks throughout the decision tree. This is simply a template and values can be changed. Also added a placeholder for a poison special attack, to be implemented.
-
Ryan Hoppe (rmh898) authored
-
Ryan Hoppe (rmh898) authored
-
Graham Solie authored
Please keep Left is true and Right is false Started to add player health
-
Graham Solie authored
-
- Nov 06, 2016
-
-
Jordan authored
DECISIONS TREE CLASS: - Made lots of members private to remove Unity warnings - Removed parameters we didn't need from a few functions ENEMYAI: - Few structural changes, BuildDecisionTree seems to work in start() now - Now denoting actions with "a_ACTIONNAME" and decision with "d_DECISIONNAME". Easier to read!
-
- Nov 02, 2016
-
-
Graham Solie authored
-
Graham Solie authored
-
- Oct 31, 2016
-
-
Graham Solie authored
enemy blocks and attacks
-
Graham Solie authored
-
- Oct 30, 2016
-
-
Jordan authored
-
Ryan Hoppe (rmh898) authored
-
Ryan Hoppe (rmh898) authored
-
Ryan Hoppe (rmh898) authored
-
Jordan authored
-
Michael LaFreniere authored
# Conflicts: # Zookeepers Trial/Assets/Scenes/mainScene1.unity # Zookeepers Trial/Library/CurrentLayout.dwlt # Zookeepers Trial/Library/ScriptAssemblies/Assembly-CSharp.dll # Zookeepers Trial/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb # Zookeepers Trial/Library/assetDatabase3 # Zookeepers Trial/Library/metadata/00/00000000000000004000000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000006100000000000000
-
Graham Solie authored
-
- Oct 29, 2016
-
-
Graham Solie authored
So Smart
-
Michael LaFreniere authored
if the player cant move when you start up - click on the player object, set the 'size' variable to 1 under the player controller script in the inspector. drag and drop a weapon object onto the slot and VOILAH!
-
Graham Solie authored
# Conflicts: # Zookeepers Trial/Assets/Scenes/mainScene1.unity # Zookeepers Trial/Library/CurrentLayout.dwlt # Zookeepers Trial/Library/ScriptAssemblies/Assembly-CSharp.dll # Zookeepers Trial/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb # Zookeepers Trial/Library/assetDatabase3 # Zookeepers Trial/Library/metadata/00/00000000000000002000000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000003000000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000004000000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000004100000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000005000000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000005100000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000006000000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000006100000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000007000000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000007100000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000008000000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000008100000000000000 # Zookeepers Trial/Library/metadata/00/00000000000000009000000000000000 # Zookeepers Trial/Library/metadata/00/0000000000000000a000000000000000 # Zookeepers Trial/Library/metadata/00/0000000000000000a100000000000000 # Zookeepers Trial/Library/metadata/00/0000000000000000b000000000000000 # Zookeepers Trial/Library/metadata/00/0000000000000000c000000000000000 # Zookeepers Trial/Library/metadata/cc/cc90e67fd939945489f1138d1179168d
-
Michael LaFreniere authored
Not finished, brain is quitting - will come back to! (Collision script)
-
Graham Solie authored
restrics movement past shops
-
Jordan authored
-
- Oct 28, 2016
-
-
Michael LaFreniere authored
Scripts to be used by shops and modify the player stats (not implemented yet) Can create new weapons by clicking on the menu Assets > create > new weapon
-
Michael LaFreniere authored
YAHOOOO
-
Jordan authored
-
Jordan authored
- Added world map bounds
-
- Oct 12, 2016
-
-
Graham Solie authored
Space for attack E for Block
-
- Oct 10, 2016
-
-
Michael LaFreniere authored
Main scene with walking animation, doors to other scenes but bug when exited. (appear at random door)
-
- Oct 08, 2016
-
-
Jordan Scheirich (jms297) authored
-
Jordan Scheirich (jms297) authored
-