52 Commits

Author SHA1 Message Date
Patrice Vignola
0f20ec4bd7 Replace the assets with the right, updated version of the game 2015-10-17 17:06:57 -04:00
jparent
ddc0128616 add basic sound manager which plays gameplay music 2015-08-23 16:10:20 -04:00
Patrice Vignola
a5b354d69a Fix the mom not noticing children anymore 2015-08-23 14:54:58 -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
Patrice Vignola
17cae50b2d Improve the throw mecanism with mecanim 2015-08-23 13:59:44 -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
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
91cf1734ba reduce minimum angle range for auto-target to 10 2015-08-23 10:18:44 -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
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
942fc792ef Merge branch 'master' of https://github.com/conjureets/pillowfight 2015-08-23 04:13:50 -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
6ecf410bd9 Merge branch 'master' of https://github.com/conjureets/pillowfight
Conflicts:
	Assets/Prefabs/Pillow.prefab
	Assets/Scripts/Floor.cs
2015-08-23 04:06:48 -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
Patrice Vignola
af0053f169 Add visual cue for selectable pillows 2015-08-23 03:18:31 -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
jparent
5b6fd11745 give a box collider and better physics to Pillows 2015-08-23 01:59:49 -04:00
jparent
dcbf2df911 add Throwing of pillow and push back on hit 2015-08-22 23:21:24 -04:00
Patrice Vignola
9bf9b5aaef Merge branch 'master' of https://github.com/ConjureETS/PillowFight 2015-08-22 21:48:57 -04:00
Patrice Vignola
28346a7a9c Add a lot of new furnitures 2015-08-22 21:48:38 -04:00
RosimInc
f470b653be Fixed the auto target scripts
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-22 21:13:15 -04:00
RosimInc
2b47de9dba Merge branch 'master' of https://github.com/ConjureETS/PillowFight
Conflicts:
	Assets/Scripts/Child.cs
2015-08-22 18:40:57 -04:00
RosimInc
7658096653 Started fixing auto-target
And everything is gonna break

Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-22 18:38:54 -04:00
Patrice Vignola
636a767566 Add the new walls and door 2015-08-22 18:38:11 -04:00
Patrice Vignola
fd1672f212 Add a bunch of stuff 2015-08-22 17:29:59 -04:00
RosimInc
c0ee9a7b78 Added a light flicker
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-22 17:13:33 -04:00
Patrice Vignola
516f6b6791 Add the new bed prefabs and fixed the movement (I think) 2015-08-22 14:01:28 -04:00
Patrice Vignola
e76e32efe7 Restrict the bed usage to only one child per bed 2015-08-22 09:40:30 -04:00
Patrice Vignola
c0f938a59a Merge branch 'master' of https://github.com/ConjureETS/PillowFight
Conflicts:
	Assets/Prefabs/Child.prefab
	Assets/Scripts/Child.cs
2015-08-22 05:34:52 -04:00
Patrice Vignola
098cdefe14 Add the behavior of the floor changing color when the mom enters the room 2015-08-22 05:31:34 -04:00
jparent
d0e0286029 add a sphere collider to Child to pickup pillows 2015-08-22 05:11:16 -04:00
Patrice Vignola
93832dcaa8 Add the blocking into PatScene and add a meshcollider for it 2015-08-22 03:02:35 -04:00
Patrice Vignola
606d55999c Add the basic movements and jump for the child 2015-08-22 02:23:39 -04:00