Yume Nikki PS (PC Native version)
Created by Elias Daler.
https://eliasdaler.itch.io/yume-nikki-ps1

About
-----
This is a short demo containing two dream worlds. I made it out of love for Yume Nikki and I hope you enjoy it.
Follow me on Twitter (https://twitter.com/EliasDaler) to get updates about this and future projects.
This is a fan project and I am not affiliated with Kikiyama.


Running on PC (native)
-------------------------

Controls
--------

Default keyboard controls:

    * F7 - Toggle CRT effect
    * F11 - Toggle Fullscreen
    * WASD/Arrows - walk
    * Enter - Start/inventory
    * P - Select/Wake up
    * Q/E - Rotate camera
    * Z - Interact
    * X - Cancel/Jump
    * C - Effect
    * Space - Jump
    * T - First person
    * Y - Drop effect

Most actions are also mapped to numpad, which some people might find more convienient:

    * Numpad 1/3 - Rotate camera (L1/R1)
    * Numpad 2 - Interact (Cross)
    * Numpad 4 - Run (Square)
    * Numpad 6 - Effect (Circle)
    * Numpad 8 - Jump (Triangle)
    * Numpad 7 - Drop effect (L2)
    * Numpad 9 - First person (R2)

You can remap keyboard controls by editing assets/input_bindings.json
Replace scancode names with the list of scancodes defined here: https://wiki.libsdl.org/SDL3/SDL_Scancode
E.g."SDL_SCANCODE_BACKSLASH" should be "BACKSLASH" in the config.
