122 Commits

Author SHA1 Message Date
Patrice Vignola
25cb0557f1 Change the quality settings to "Fantastic" and add a new icon 2015-10-12 23:46:13 -04:00
jparent
19a58eef99 fix MusicManager PlayVictory and PlayDefeat Music 2015-08-23 16:32:57 -04:00
jparent
34b5b79d17 Merge branch 'master' of https://github.com/conjureets/pillowfight 2015-08-23 16:10:57 -04:00
jparent
ddc0128616 add basic sound manager which plays gameplay music 2015-08-23 16:10:20 -04:00
Patrice Vignola
993771e08e Merge branch 'master' of https://github.com/ConjureETS/PillowFight 2015-08-23 15:39:23 -04:00
Patrice Vignola
215d19a030 Remove the time limitation for the controls screen 2015-08-23 15:38:58 -04:00
RosimInc
85e1644c8c Mapped Hit button
Changed material colors

Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 15:38:53 -04:00
Patrice Vignola
0cd305d515 Build settings changes 2015-08-23 15:08:00 -04:00
jparent
1f2ff293b2 Merge branch 'master' of https://github.com/conjureets/pillowfight 2015-08-23 15:05:27 -04:00
jparent
85318e2c73 add splashscree & instruction screen to build settings 2015-08-23 15:05:20 -04:00
Patrice Vignola
af9d2d0942 Merge branch 'master' of https://github.com/ConjureETS/PillowFight
Conflicts:
	Assets/Scripts/AutoTarget.cs
2015-08-23 15:02:02 -04:00
Patrice Vignola
a5b354d69a Fix the mom not noticing children anymore 2015-08-23 14:54:58 -04:00
RosimInc
efa3f6a7b0 Merge branch 'master' of https://github.com/ConjureETS/PillowFight
Conflicts:
	Assets/Scripts/AutoTarget.cs

Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 14:50:22 -04:00
RosimInc
6eae91f4d5 Added pillow hits
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 14:48:36 -04:00
Patrice Vignola
6b993120e2 Add the cow 2015-08-23 14:46:50 -04:00
jparent
e8ba5a32db make pillows thrown into lava reappear with mom 2015-08-23 14:43:44 -04:00
jparent
d6d7357663 Merge branch 'master' of https://github.com/conjureets/pillowfight 2015-08-23 14:41:12 -04:00
jparent
324cd76946 fix nullPointer in autotarget when a child dies 2015-08-23 14:41:04 -04:00
Patrice Vignola
3327dc2f7d Merge branch 'master' of https://github.com/ConjureETS/PillowFight
Conflicts:
	Assets/Scripts/Child.cs
2015-08-23 14:30:06 -04:00
RosimInc
6ce7a9b8ab First attempt to hit with melee
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 14:22:13 -04:00
RosimInc
2418d5dec8 Merge branch 'master' of https://github.com/ConjureETS/PillowFight 2015-08-23 14:06:15 -04:00
RosimInc
495e1dd259 Continued implementation of main menus
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 14:06:03 -04:00
Patrice Vignola
17cae50b2d Improve the throw mecanism with mecanim 2015-08-23 13:59:44 -04:00
jparent
05ef9a9108 Merge branch 'master' of https://github.com/conjureets/pillowfight
Conflicts:
	Assets/Prefabs/Child.prefab
	Assets/Scripts/Child.cs
2015-08-23 13:55:59 -04:00
RosimInc
2ee831b878 Began the pillow swinging action
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 13:53:36 -04:00
jparent
989342197c fix Throwing pillow to not snap but still auto aim
Right joystick still rotates the player, but no longer snaps to a player.
Also, the auto-targeting is now used exlusively inside the Child's Throw
method. When throwing, it checks if there is a player in the direction the
player is pointing. If so, then the pillow is going this way, else it goes
in the Child's forward position.
2015-08-23 13:46:54 -04:00
Patrice Vignola
5bb2c06297 Anchor modifications 2015-08-23 13:28:57 -04:00
Patrice Vignola
040fb28f17 Merge branch 'master' of https://github.com/ConjureETS/PillowFight 2015-08-23 13:20:33 -04:00
Patrice Vignola
e4ee5509f6 Commit for pull 2015-08-23 13:20:22 -04:00
RosimInc
eff22d0d6b Integrated canvas changes to Gameplay scene
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 13:19:50 -04:00
RosimInc
b0ac99ba0e Merge branch 'master' of https://github.com/ConjureETS/PillowFight 2015-08-23 13:14:16 -04:00
Patrice Vignola
e7671d3014 Merge branch 'master' of https://github.com/ConjureETS/PillowFight 2015-08-23 13:11:47 -04:00
Patrice Vignola
f0e46a9429 New pillow texture 2015-08-23 13:11:34 -04:00
jparent
a2ebee6e24 Merge branch 'master' of https://github.com/conjureets/pillowfight 2015-08-23 13:10:50 -04:00
RosimInc
441aeb9215 Merge branch 'master' of https://github.com/ConjureETS/PillowFight
Conflicts:
	Assets/Scenes/PatScene.unity
	Assets/Scripts/Child.cs

Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 13:10:01 -04:00
jparent
40de80efd3 add UI Button to Sleep on bed when Mom is coming 2015-08-23 13:07:12 -04:00
RosimInc
3b5fffe765 Finished the avatars and lava logic
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 13:02:46 -04:00
Patrice Vignola
9d82191cbc Character animation 2015-08-23 13:02:34 -04:00
jparent
48be2a5587 add default quality settings... 2015-08-23 12:26:58 -04:00
RosimInc
1088a8f589 Merge branch 'master' of https://github.com/ConjureETS/PillowFight
Conflicts:
	Assets/Scripts/Child.cs

Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 12:25:42 -04:00
Patrice Vignola
c953beca55 Do a first pass of the animations 2015-08-23 12:23:03 -04:00
RosimInc
27efaae69b Added the player avatars
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 12:20:40 -04:00
Patrice Vignola
50df0f82c8 Merge branch 'master' of https://github.com/ConjureETS/PillowFight 2015-08-23 11:25:22 -04:00
Patrice Vignola
df8463f3a2 Tried stuff 2015-08-23 11:25:01 -04:00
jparent
4568e77871 fix the auto-target to lock only when looking
else, look in the direction we're going
2015-08-23 10:21:06 -04:00
jparent
91cf1734ba reduce minimum angle range for auto-target to 10 2015-08-23 10:18:44 -04:00
jparent
15d1776957 change controls to throw with Right Trigger
change the ControllerMapper so that throwing a pillow is now done with the
Right Trigger insead of B button.
2015-08-23 09:46:46 -04:00
Patrice Vignola
9b0cad2dd0 Merge branch 'master' of https://github.com/ConjureETS/PillowFight
Conflicts:
	Assets/Prefabs/Bed.prefab
	Assets/Prefabs/BunkBed.prefab
	Assets/Prefabs/Pillow.prefab
	Assets/Scenes/PatScene.unity
2015-08-23 04:48:06 -04:00
Patrice Vignola
ccc6589446 Attempt at fixing collisions 2015-08-23 04:46:38 -04:00
jparent
70572a099e set visible meta files and force text mode 2015-08-23 04:25:46 -04:00