Prev | Index | NextWhat about making my own resources?
- Define a class that inherits from resource.Resource
- Define the render() method on that class
- For long requests, render() can return NOT_DONE_YET
- Then Create a .rpy file that sets resource = to an instance of the class