20 lines
620 B
Go
20 lines
620 B
Go
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
package cfg
|
|
|
|
const (
|
|
StoryETxtEffect_None = 0
|
|
StoryETxtEffect_DialogShake = 1
|
|
StoryETxtEffect_LensShake = 2
|
|
StoryETxtEffect_PlayEffect = 3
|
|
StoryETxtEffect_UIEffect = 4
|
|
StoryETxtEffect_BlackScreen = 5
|
|
StoryETxtEffect_OnlyPlayEffect = 6
|
|
)
|