UNPKG
renpy-js
Version:
latest (1.0.0)
1.0.0
renpy parser for javascript
github.com/urine-scientists/renpy-js
urine-scientists/renpy-js
renpy-js
/
src
/
components
/
RenpyImage.js
7 lines
(6 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
class
RenpyImage
{
constructor
(
name, path
) {
this
.
name
= name;
this
.
path
= path; } }