commit tjs
This commit is contained in:
parent
bb16d3be7c
commit
a615212942
2 changed files with 81 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,6 +10,7 @@
|
|||
!*.ain
|
||||
!*.fnl
|
||||
!*.ks
|
||||
!*.tjs
|
||||
!version.dll
|
||||
!.gitignore
|
||||
!patch.bat
|
||||
|
|
|
|||
80
data/system/Config.tjs
Normal file
80
data/system/Config.tjs
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
//ティラノビルダーによる自動ビルド
|
||||
;global.config_version=4.50
|
||||
;System.title=瞳
|
||||
;projectID=HITOMI_2018
|
||||
;game_version=0.0
|
||||
;ScreenRatio=fix
|
||||
;patch_apply_auto=true
|
||||
;ScreenCentering=true
|
||||
;useCamera=true
|
||||
;scWidth=800
|
||||
;scHeight=600
|
||||
;chSpeed=30
|
||||
;chSpeeds.fast=10
|
||||
;chSpeeds.normal=30
|
||||
;chSpeeds.slow=50
|
||||
;skipSpeed=30
|
||||
;skipEffectIgnore=true
|
||||
;autoSpeed=1300
|
||||
;autoClickStop=true
|
||||
;autoSpeedWithText=60
|
||||
;cursorDefault=default
|
||||
;mediaFormatDefault=ogg
|
||||
;defaultBgmVolume=80
|
||||
;defaultSeVolume=100
|
||||
;defaultMovieVolume=100
|
||||
;defaultBgmSlotNum=1
|
||||
;defaultSoundSlotNum=3
|
||||
;configVisible=true
|
||||
;configLeft=-1
|
||||
;configTop=-1
|
||||
;configSave=file
|
||||
;configThumbnail=true
|
||||
;configThumbnailQuality=middle
|
||||
;configSaveSlotNum=100
|
||||
;maxBackLogNum=100
|
||||
;autoRecordLabel=false
|
||||
;unReadTextSkip=true
|
||||
;alreadyReadTextColor=default
|
||||
;numCharacterLayers=3
|
||||
;scPositionX.left=160
|
||||
;scPositionX.left_center=240
|
||||
;scPositionX.center=320
|
||||
;scPositionX.right_center=400
|
||||
;scPositionX.right=480
|
||||
;scPositionX.l=scPositionX.left
|
||||
;scPositionX.lc=scPositionX.left_center
|
||||
;scPositionX.c=scPositionX.center
|
||||
;scPositionX.rc=scPositionX.right_center
|
||||
;scPositionX.r=scPositionX.right
|
||||
;numMessageLayers=2
|
||||
;initialMessageLayerVisible=true
|
||||
;marginL=8
|
||||
;marginT=8
|
||||
;marginR=8
|
||||
;marginB=8
|
||||
;ml=16
|
||||
;mt=16
|
||||
;mw=960-32
|
||||
;mh=640-32
|
||||
;debugMenu.visible=false
|
||||
;frameColor=0x000000
|
||||
;frameOpacity=128
|
||||
;defaultAutoReturn=true
|
||||
;marginRCh=2
|
||||
;defaultFontSize=18
|
||||
;defaultLineSpacing=8
|
||||
;defaultPitch=0
|
||||
;userFace=メイリオ,sans-serif
|
||||
;defaultChColor=0xffffff
|
||||
;defaultBold=false
|
||||
;defaultRubySize=10
|
||||
;defaultRubyOffset=-2
|
||||
;defaultAntialiased=1
|
||||
;defaultShadow=false
|
||||
;defaultShadowColor=0x000000
|
||||
;defaultEdge=false
|
||||
;defaultEdgeColor=0x000000
|
||||
;defaultLinkColor=0x0080ff
|
||||
;defaultLinkOpacity=64
|
||||
;vertical=false
|
||||
Loading…
Reference in a new issue