Implement RGSS2 Window class (WindowVX)
This commit is contained in:
parent
d654fb7dd6
commit
91d19d0a73
6 changed files with 1292 additions and 2 deletions
11
mkxp.pro
11
mkxp.pro
|
@ -196,8 +196,12 @@ EMBED = \
|
|||
assets/liberation.ttf
|
||||
|
||||
RGSS2 {
|
||||
HEADERS += \
|
||||
src/windowvx.h
|
||||
|
||||
SOURCES += \
|
||||
src/vorbissource.cpp
|
||||
src/vorbissource.cpp \
|
||||
src/windowvx.cpp
|
||||
|
||||
EMBED += \
|
||||
shader/blur.frag \
|
||||
|
@ -311,6 +315,11 @@ BINDING_MRI {
|
|||
binding-mri/audio-binding.cpp \
|
||||
binding-mri/module_rpg.cpp \
|
||||
binding-mri/filesystem-binding.cpp
|
||||
|
||||
RGSS2 {
|
||||
SOURCES += \
|
||||
binding-mri/windowvx-binding.cpp
|
||||
}
|
||||
}
|
||||
|
||||
OTHER_FILES += $$EMBED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue