feat: impl
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"projectFileVersion": 4,
|
||||
"projectName": "Simple Test Project",
|
||||
"sourceFiles": ["**/*.yarn"],
|
||||
"baseLanguage": "en"
|
||||
}
|
||||
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
title: Start
|
||||
---
|
||||
Hello, world!
|
||||
This is a simple test dialogue.
|
||||
===
|
||||
|
||||
title: Greeting
|
||||
tags: greeting
|
||||
---
|
||||
Player: Hi there!
|
||||
NPC: Welcome to our game!
|
||||
===
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
title: AnotherNode
|
||||
---
|
||||
This is another test node.
|
||||
<<if $variable>>
|
||||
Conditional text here.
|
||||
<<endif>>
|
||||
===
|
||||
Reference in New Issue
Block a user