This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
using Forge; | |
using Forge.Primitives; | |
using Forge.Filters; | |
public class DNADoubleHelix : ProceduralAsset { | |
private float Radius = 0.04f; | |
private float Offset = 0.4f; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"login-with": "Login with {r0}", | |
"try-without-acc": "Try without an account", | |
"new-notifications": { | |
"string": "You have {p0}", | |
"plural": { | |
"p0": { "zero": "no notifications", "one": "one notification", "other": "# notifications"} | |
} | |
}, | |
"found-x-in-nth-cat": { |
OlderNewer