⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testscript.txt

📁 游戏开发特殊技巧-special.effects.game.programming
💻 TXT
字号:
ParticleSystem "TestParticles" 1.00 {
  emitrate = 500

  // this is a test comment
  // so is this

  EventSequence "Orange Flame" 
  lifetime 5 probability 5 SpawnDir XYZ(Random(-5,5),Random(-5,5),Random(-5,5)) {
    initial size = Random(1.0, 1.0)
    initial color = RGBA(0.0,0.0,0.0,0.0)
    fade so at 1.0 size = Random(5.0, 5.0)
    fade so at 2.0 size = 3.0
    at 2.0 color = RGBA(Random(0,1),Random(0,1),Random(0,1),Random(0,1))
    fade so final size = 5.0
    final color = RGBA(0.0,0.0,0.0,0.0)


  }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -