Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kyouryuukunn committed May 27, 2023
1 parent 08ca2c9 commit d0afe72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ActionEditor_screens.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ screen _new_action_editor(opened=None, time=0, previous_time=None, in_graphic_mo

frame:
pos (1., _viewers.preview_size)
align (1., 1.)
anchor (1., 1.)
style_group "new_action_editor"
vbox:
style_group "new_action_editor_a"
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,10 @@ lemma forum
Known issue
================

ActionEditor can't show the camera in the side view with more than two of x,y,zrotation, orientation or point_to properties correctly.
ActionEditor can't show the camera in the side view with more than two of x,y,zrotation, orientation, RotateMatrix or point_to properties correctly.

ActionEditor can't show camera and displayable with "at clause" includeing animation correctly.

ActionEditor can't show movie and animation displayable correctly.


Expand Down Expand Up @@ -482,13 +484,16 @@ lemma forum
それらしい症状が発生した場合は上記の方法でフォントサイズを調整してください。

次のエラーが発生する

NameError: name '_open_image_viewer' is not defined

旧版ActionEditorのファイルがあるゲームに本ActionEditor3のスクリプトファイルをコピーした場合に発生します。旧版とは互換性がないため、以前のActionEditorにあったファイルとスクリプト中で追加関数を使用していればそちらも削除してから、本ActionEditor3のファイルをコピーしてください。

既知の問題
================

x,y,zrotation, orientation, point_toを2つ以上使用したカメラはサイドビューで再現できない
x,y,zrotation, orientation, point_to, RotateMatrixを2つ以上使用したカメラはサイドビューで再現できない

アニメーションするat 節を使用したcamera, displayableは正常に表示できない

Movie Displayable, アニメーションするDisplayableは正常に表示できない

0 comments on commit d0afe72

Please sign in to comment.