chrisgregan
c653ceda08
Fixed adding new commands to legacy sequence objects
10 years ago
chrisgregan
5523ee4ef4
Changed sequence node style (smaller and stands out more)
10 years ago
chrisgregan
4ac98e3f1d
Click outside node to deselect
10 years ago
chrisgregan
2033384566
Position new sequence nodes in centre of script view
10 years ago
chrisgregan
29d6475902
Create Sequence adds to right side of selected Sequence
10 years ago
chrisgregan
42f0e6a8fc
Can now make prefabs from legacy FungusScripts
...
If you have a FungusScript from an earlier beta release that has child
Sequence objects, you can now make a prefab from that FungusScript.
10 years ago
chrisgregan
892de5fe56
Fixed Sfxr borking the popup editor style
10 years ago
chrisgregan
dc1658b152
FungusScript can now be made into a prefab (see notes!)
...
All sequence and command components are now added to the main
FungusScript object. This change enables you to make a prefab out of
any FungusScript. FungusScript prefabs can now be edited using the
Fungus Script window. You still need to instantiate a Fungus Script
prefab in order to run it.
10 years ago
chrisgregan
ca94bc1c0f
Set PlayMusic start time (via Ben Keenan)
...
Renamed SetMusicVolume to SetAudioVolume
10 years ago
chrisgregan
5d33cf3a1a
Merge pull request #40 from Exort/master
...
[FEATURE] Allow custom Sequence instantiation
10 years ago
chrisgregan
8b572b905e
Reorganised Usfxr file structure.
10 years ago
chrisgregan
defddd2498
Merge pull request #38 from snozbot/Usfxr
...
Adding Usfxr, Command and example scene to Fungus
10 years ago
Kéven Boily
2a2461a4ee
[FEATURE] CreateSequence now calls an virtual CreateSequenceComponent method that handles Sequence component instantiation. This allows for a custom Sequence class to be instantiated .
10 years ago
chrisgregan
794238f717
Fixed View() always flagging scene as modified
10 years ago
chrisgregan
8dc9d0e93d
#36 Added StopAllCoroutines() to Dialog.Clear()
10 years ago
chrisgregan
8202660c82
Changed Fungus project over to use text assets for easier diffing & merging
10 years ago
JohnOKane
b21c0861eb
Adding Usfxr, Command and example scene to Fungus
10 years ago
chrisgregan
c40335ab53
Updated template games
10 years ago
chrisgregan
61e031df43
Merge pull request #37 from snozbot/fungusCon3
...
Added example game with animation and variables
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
d50121506e
Added simple clickable sprite script & prefab
10 years ago
chrisgregan
b5aa348fb4
Click to instant complete text writing
10 years ago
chrisgregan
d20bde03e3
Fixed compile error on platform builds
10 years ago
chrisgregan
8c795496d5
Instantiate prefabs correctly (maintaining link)
10 years ago
chrisgregan
6e18bbd619
Added Camera & Sprite menu items
10 years ago
chrisgregan
8a7a1a2ffa
Added GameObject menu items for Dialog prefabs
10 years ago
chrisgregan
d34d206ff0
Attempt to use any dialog if none currently set
10 years ago
chrisgregan
6c12dffeb4
Added music to The Facility
10 years ago
chrisgregan
7f5ed8e0cf
Copy and paste support for commands
10 years ago
Ben Keenan
c562cf2894
Added music to TheFacility folder. Commands not in the sequence yet.
10 years ago
chrisgregan
597aec7d94
Added SendEvent command (commented out due to Unity bug)
10 years ago
chrisgregan
6c9f1cb045
Fixed RunScript command to continue if not stopping
10 years ago
chrisgregan
76375c8c7f
Added Stop command
10 years ago
chrisgregan
ab97f699c3
Added RunScript command
10 years ago
chrisgregan
45a94e0e09
Added Node base class for Fungus Script nodes.
10 years ago
chrisgregan
a8655eae26
Remove accidental change
10 years ago
chrisgregan
e8fe3a9ac5
Fixed drawing connected sequence for AddOption command
10 years ago
chrisgregan
95b753ddad
Added TheFacility example game.
10 years ago
chrisgregan
dc61d78a5b
Updated example scene
10 years ago
chrisgregan
e39ac81579
Added protected and virtual to all remaining classes
10 years ago
chrisgregan
53d2fd1aab
Added protected & virtual to core classes for easier inheritance
10 years ago
chrisgregan
c98412bac1
Run Slow In Editor option
10 years ago
chrisgregan
7aed9a01ff
Refactored FungusScript advanced settings
10 years ago
chrisgregan
230db13b76
Select sequence when adding new Fungus Script
10 years ago
chrisgregan
9e86571c9d
Added SetBackground command and Background prefab.
10 years ago
chrisgregan
06fef1511e
Updated ChooseDialog prefab
10 years ago
chrisgregan
be8e7bacc6
Added GetVariable methods on FungusScript
10 years ago
chrisgregan
afbbca87fb
Added methods for setting variables
10 years ago
chrisgregan
ebcac6367f
Added class comment.
10 years ago