chrisgregan
188ee7fba7
Updated Room template to give better examples
11 years ago
chrisgregan
9435f1255e
Tidy up Start() function comment
11 years ago
chrisgregan
c80f0db7aa
Only show story text on first visit in AudioRoom example
11 years ago
chrisgregan
c334ad4c84
All Room names now appear when any room is selected.
11 years ago
chrisgregan
e003e844d2
Added audio commands and new audio example room.
...
- PlayGameMusic()
- StopGameMusic()
- SetMusicVolume()
- PlaySound()
11 years ago
chrisgregan
7d9eaafe40
Added PanToViewPath() command to smoothly pan along a path
...
- Added iTween to support camera tweening. It’s in the Fungus namespace
so shouldn’t interfere with any other iTween instance in your game.
- Added an option on Views room to show PanToPath()
11 years ago
chrisgregan
4ac09b0660
Refactored CameraController to use a coroutine for Pan.
11 years ago
chrisgregan
653d3722d1
Renamed AnimationEventListener to AnimationListener
11 years ago
chrisgregan
f35a690080
Changed order of mushroom fade in example room
11 years ago
chrisgregan
4f40c9c06f
New AddButton() and RemoveButton() room methods
...
Use AddButton() to make any sprite clickable
Use RemoveButton() to remove clickable functionality
11 years ago
chrisgregan
b4c530aead
Fixed layer order issue in Sprites Room
11 years ago
chrisgregan
ab4207ef84
Animation Event Listener now uses the event string parameter to call a room method with the same name.
11 years ago
chrisgregan
105f0400c8
Replaced SpriteController with SpriteFader component.
...
The new way to fade a sprite is to attach a SpriteFader component to
the sprite at runtime (instead of doing in at design time in the
editor).
11 years ago
chrisgregan
4452879a4d
Make sure blue alien is visible next time you visit Sprites Room.
11 years ago
chrisgregan
32217223e8
Refactored example room names.
11 years ago
chrisgregan
43c92bc0e8
Added build dir to .gitignore
11 years ago
chrisgregan
352c148310
Ignore .userprefs
11 years ago
chrisgregan
458d887491
Added animation example.
11 years ago
chrisgregan
ff9c0cf4c8
Renamed Example to FungusExample
11 years ago
chrisgregan
9815b36c4d
Update README.md
11 years ago
chrisgregan
64755cd9eb
Update README.md
11 years ago
chrisgregan
bb63f68743
Update README.md
11 years ago
chrisgregan
718f9e971d
Update README.md
11 years ago
chrisgregan
f9df8a24d5
Update README.md
11 years ago
chrisgregan
e131f34d09
Update README.md
11 years ago
chrisgregan
0c43d4b56a
Update README.md
11 years ago
chrisgregan
a447b8d490
Delete Fungus.userprefs
11 years ago
chrisgregan
a72dcd4016
Added Fungus library and example files
11 years ago
chrisgregan
4a3d028f22
Initial commit
11 years ago