Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ SetAnimation
Method
SetAnimation
src/window_help.cpp:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void Window_Help::SetAnimation(Window_Help::Animation animation) {
80
text_x_scroll = 0;
81
this->animation = animation;
82
}
83
84
void Window_Help::UpdateScroll() {
85
if (animation == Animation::None) {
Callers
1
CreateOptionsWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected