82 Commits

Author SHA1 Message Date
jparent
ddc0128616 add basic sound manager which plays gameplay music 2015-08-23 16:10:20 -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
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
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
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
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
8129d5486a Merge branch 'master' of https://github.com/ConjureETS/PillowFight
Conflicts:
	Assets/Prefabs/Floor.prefab
2015-08-23 04:19:00 -04:00
Patrice Vignola
a71932f9d1 Add the lava floor 2015-08-23 04:17:54 -04:00
jparent
2c8a308692 Merge branch 'master' of https://github.com/conjureets/pillowfight
Conflicts:
	Assets/Prefabs/Pillow.prefab
	Assets/Scripts/Floor.cs
2015-08-23 04:13:09 -04:00
jparent
38acd0dc6e make pillows disappear when touching the floor
make them reappear when Mother is in the room
2015-08-23 04:03:56 -04:00
RosimInc
ac40c0c409 Merge branch 'master' of https://github.com/ConjureETS/PillowFight 2015-08-23 03:44:35 -04:00
RosimInc
6092b51b67 Added UI assets and started the menus
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 03:44:25 -04:00
Patrice Vignola
af0053f169 Add visual cue for selectable pillows 2015-08-23 03:18:31 -04:00
RosimInc
3da3a00efc Merge branch 'master' of https://github.com/ConjureETS/PillowFight
Conflicts:
	Assets/Scenes/PatScene.unity

Added the mother sprite

Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 02:28:34 -04:00
Patrice Vignola
f6ae2d05c0 Fix a bug in the pillow spawner script 2015-08-23 02:21:51 -04:00
Patrice Vignola
f94cca5844 Merge branch 'master' of https://github.com/ConjureETS/PillowFight 2015-08-23 02:11:32 -04:00
Patrice Vignola
7f3339d33d Add the first pass of the pillow spawners 2015-08-23 02:11:09 -04:00
RosimInc
305e4923b2 Merge branch 'master' of https://github.com/ConjureETS/PillowFight 2015-08-23 02:07:22 -04:00
RosimInc
cf0a6aad95 Added camera movement.
Zoom still not working (commented out)

Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-23 02:07:13 -04:00
jparent
5607dc8355 Merge branch 'master' of https://github.com/conjureets/pillowfight 2015-08-23 01:42:18 -04:00
jparent
bb398ce257 make pillows pickable after being thrown 2015-08-23 01:40:55 -04:00