Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nklbdev/godot-previewing-parallax-background
Provides parallax background that moves it's layers in editor
https://github.com/nklbdev/godot-previewing-parallax-background
godot godot-engine godot3 godotengine parallax parallax-effect parallax-scrolling
Last synced: 2 months ago
JSON representation
Provides parallax background that moves it's layers in editor
- Host: GitHub
- URL: https://github.com/nklbdev/godot-previewing-parallax-background
- Owner: nklbdev
- License: mit
- Created: 2022-11-02T23:06:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T20:41:18.000Z (about 2 years ago)
- Last Synced: 2024-10-13T08:12:53.779Z (4 months ago)
- Topics: godot, godot-engine, godot3, godotengine, parallax, parallax-effect, parallax-scrolling
- Language: GDScript
- Homepage:
- Size: 13.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Previewing Parallax Background
This is a plugin for [Godot Engine](https://godotengine.org) that provides new class `PreviewingParallaxBackground` that moves it's layers in editor.
It helps to arrange objects in different layers relative to each other.[![image](https://user-images.githubusercontent.com/7024016/201603951-a009f59a-df75-4472-917b-51a5594f6261.png)](https://user-images.githubusercontent.com/7024016/201603699-816ea4b6-00eb-4eb0-9a5a-3b164c49ff84.png)
[Screencast on YouTube](https://youtu.be/S8sazP-D0QU)
## Installation
Simply download it from [Godot Asset Library](https://godotengine.org/asset-library/asset/1535).
Alternatively, download or clone this repository and copy the contents of the
`addons` folder to your own project's `addons` folder.Then enable the plugin on the Project Settings and use new class in your scenes.
## License
[MIT License](LICENSE). Copyright (c) 2022 Nikolay Lebedev aka nklbdev.