literally half of the game
This commit is contained in:
parent
1590b5faa6
commit
b842289076
77 changed files with 11904 additions and 72 deletions
16
Assets/Dialogue/RegularNPC.asset
Normal file
16
Assets/Dialogue/RegularNPC.asset
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 6a4c8d6e10ec0d884abbdf0ec9d2213b, type: 3}
|
||||
m_Name: RegularNPC
|
||||
m_EditorClassIdentifier: Assembly-CSharp::DialogueCharacter
|
||||
characterName: RegularNPC
|
||||
portrait: {fileID: 0}
|
||||
8
Assets/Dialogue/RegularNPC.asset.meta
Normal file
8
Assets/Dialogue/RegularNPC.asset.meta
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b70c4a5f78a94a3848f9ea6309051665
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -14,5 +14,6 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier: Assembly-CSharp::DialogueScript
|
||||
characters:
|
||||
- {fileID: 11400000, guid: 2ee4f2adbca14e6bd9381b84b49f42db, type: 2}
|
||||
- {fileID: 11400000, guid: b70c4a5f78a94a3848f9ea6309051665, type: 2}
|
||||
script: {fileID: 4900000, guid: 77d1c362d7eeb2f9abbe0fff8b219e1e, type: 3}
|
||||
taskToStart: {fileID: 0}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
text Reisen "what!"
|
||||
text reisen "i'm supposed to type more here"
|
||||
text regularnpc i am very normal
|
||||
task add TestTask
|
||||
item add water 2
|
||||
choice hello!:testscriptB nope!:testscriptC alright:testScriptD
|
||||
# i can add comments like this!
|
||||
END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue