|
@@ -10,11 +10,13 @@ public class WelcomeMessageState : State
|
|
|
We are extremely exicted to share this version to you, early testers. Before you jump in and test all the new things,
|
|
|
we have a few things to note:
|
|
|
|
|
|
-- This is a very first publicly available version of PixiEditor 2.0. Not every feature promised in the roadmap is
|
|
|
+- This is a very early version of PixiEditor 2.0. Not every feature promised in the roadmap is
|
|
|
implemented yet.
|
|
|
- App is not production ready! Expect bugs, crashes, unfinished features, placeholders and other signs of development.
|
|
|
-- Your feedback is the most important thing of this beta, please take a moment to report any issues and suggestions on the Discord channel.
|
|
|
-- Promised features available in this beta are: Animations, Procedural Art (Nodes)
|
|
|
+- Your feedback is the most important thing of this beta, please take a moment to report any issues and suggestions on PixiEditor Forum.
|
|
|
+(forum.pixieditor.net)
|
|
|
+- We are collecting anonymous usage data to fix bugs, crashes and performance issues. This data will help us to improve the app. During the beta
|
|
|
+there is no option to opt-out. No personal data is collected.
|
|
|
|
|
|
Click on below checkboxes that you understand what you are getting into and you are ready to test the app.
|
|
|
|
|
@@ -31,12 +33,12 @@ I understand that:
|
|
|
new Align(
|
|
|
Alignment.TopCenter,
|
|
|
new Column(
|
|
|
- new Center(new Text("Welcome to the closed beta of PixiEditor 2.0!", TextWrap.Wrap,
|
|
|
+ new Center(new Text("Welcome to the open beta of PixiEditor 2.0!", TextWrap.Wrap,
|
|
|
FontStyle.Normal,
|
|
|
fontSize: 24)),
|
|
|
new Text(Body, TextWrap.Wrap, fontSize: 16),
|
|
|
new CheckBox(
|
|
|
- new Text("The app is unstable and may crash and freeze", fontSize: 16,
|
|
|
+ new Text("The app may be unstable, crash or freeze", fontSize: 16,
|
|
|
fontStyle: FontStyle.Italic),
|
|
|
onCheckedChanged: (args) => CheckboxChanged(args.Sender as CheckBox, 0)),
|
|
|
new CheckBox(
|