chrisgregan
e861cf1d9c
Added drag and drop and clickable sprite support
...
Added DragAndDrop example scene
Added Clickable2D and Draggable2D components to make sprites clickable
and draggable.
Added event handlers which list for events from the Clickable2D and
Draggable2D components.
10 years ago
chrisgregan
6b8f13ff36
Tidied up attribution file
10 years ago
chrisgregan
f4af62c9a8
Added new music to The Hunter
10 years ago
chrisgregan
a918b530f3
Renamed all event handlers to use past tense (meaning is clearer)
10 years ago
chrisgregan
dccf5dc5bf
Added Send Message command and Receive Message event handler
...
Messages are a simple way to notify other sequences to start executing
when something happens.
You can specify if the message should only be sent to the same Fungus
Script, or to all Fungus Scripts in the scene.
10 years ago
chrisgregan
c3e17c9ca7
Fixes for Unity 4.6 beta RC 2
...
You will need to update Unity to RC 2 to avail of these UI fixes.
10 years ago
chrisgregan
da77bd2ddc
Added TargetObject class and custom property drawer
...
A TargetObject lets you select either the Owner game object or another
object
10 years ago
chrisgregan
c07fcf0963
Fixed missing component warnings
10 years ago
chrisgregan
d148b5f8f7
Updated all examples to use 'Start Game' event handler.
10 years ago
chrisgregan
e6000eb33b
Added Event Handler system.
...
Can set the ‘Execute On Event’ property to define when a sequence
starts executing.
Added a ‘Start Game’ event handler.
Removed old system of specifying a start sequence on the Fungus Script.
10 years ago
chrisgregan
6af52b3452
Fixed up node graphs for example scenes
10 years ago
chrisgregan
7d0491ff5c
Redesigned Fungus Script window and inspector UI
...
Sequences are now shown as simple coloured nodes in Fungus Script
window.
Commands for the selected sequence are now shown in the full inspector
window.
FungusScript window now continues to display the most recently selected
script.
Fungus Script window now refreshes every frame.
Can zoom out further on Fungus Script window.
Fungus Script window and Sequence inspectors now have separate context
menus.
10 years ago
chrisgregan
e7938219a4
Added tooltips for all Fungus command properties
10 years ago
chrisgregan
ac9d219706
Updated all command help strings
10 years ago
chrisgregan
92ff8c601c
Updated Skipper character artwork
10 years ago
chrisgregan
0fd8dc4134
Fixed missing sprite in The Hunter. Fixed boolean variable setting.
10 years ago
chrisgregan
e2dcd92507
Fixed scroll position in example scenes.
10 years ago
chrisgregan
f442561d38
Added per-character typing sound effect. Added continue click cool down timer.
10 years ago
chrisgregan
ac180337da
Fixed button text size issue
10 years ago
chrisgregan
654e2f2660
Removed .svg extension from Jumping Prax images
10 years ago
chrisgregan
90297ce601
Fixed Jumping Prax script
10 years ago
chrisgregan
46732c7e47
Fixed broken references to character images.
10 years ago
chrisgregan
5b62167f27
Improved Say / Choose text layout in The Facility
10 years ago
chrisgregan
7693241f48
Added Reset command to reset variables and command state
10 years ago
chrisgregan
3a7bebfa91
Updated The Facility to use set variable feature in AddOption
10 years ago
chrisgregan
bc1df54101
Reorganised The Facility node graph
10 years ago
chrisgregan
08d7616e45
Removed Background dialogs and SetBackground command
...
The same effect can easily be achieved with Views or by creating a very
simple UI Canvas and Image.
10 years ago
chrisgregan
0954719c2c
Added 'Click Anywhere' property to Dialog component.
...
If Click Anywhere is false then the user may only click on the dialog
to continue.
10 years ago
chrisgregan
bcfb70c0e6
Added typing sounds and fixed pausing audio when typing pauses.
10 years ago
chrisgregan
d3b40a0010
Added ShakePosition, ShakeRotation & ShakeScale commands
10 years ago
chrisgregan
e822893c46
Added LookFrom, LookTo commands
10 years ago
chrisgregan
d5919520e9
Added tweenName & StopTween / StopTweens commands.
...
Can now name an individual tween and later stop it by name.
10 years ago
chrisgregan
ff7a19ca7d
Added MoveFrom, etc. example commands to test scene.
10 years ago
chrisgregan
584fd7da88
Added simple iTween example scene
10 years ago
chrisgregan
385ef1a967
Merged UI redesign and iTween support branch
10 years ago
chrisgregan
8b572b905e
Reorganised Usfxr file structure.
10 years ago
chrisgregan
8202660c82
Changed Fungus project over to use text assets for easier diffing & merging
10 years ago
chrisgregan
c40335ab53
Updated template games
10 years ago
Ben Keenan
6de8670e6c
Added example game with animation and variables, added templates for empty Fungus scene, CYOA game and Visual Novel style game.
10 years ago
chrisgregan
96ec204b45
Replaced PSD file with smaller PNG
10 years ago
chrisgregan
6c12dffeb4
Added music to The Facility
10 years ago
Ben Keenan
c562cf2894
Added music to TheFacility folder. Commands not in the sequence yet.
10 years ago
chrisgregan
45a94e0e09
Added Node base class for Fungus Script nodes.
10 years ago
chrisgregan
95b753ddad
Added TheFacility example game.
10 years ago