├── LICENSE ├── README.md ├── ScrollContainer.gd ├── demo ├── ScrollContainer.gd ├── icon.png ├── main.gd ├── main.tscn └── project.godot └── screenshots └── screenshot.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VitaZheltyakov/Godot-Kinetic-scrolling/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VitaZheltyakov/Godot-Kinetic-scrolling/HEAD/README.md -------------------------------------------------------------------------------- /ScrollContainer.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VitaZheltyakov/Godot-Kinetic-scrolling/HEAD/ScrollContainer.gd -------------------------------------------------------------------------------- /demo/ScrollContainer.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VitaZheltyakov/Godot-Kinetic-scrolling/HEAD/demo/ScrollContainer.gd -------------------------------------------------------------------------------- /demo/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VitaZheltyakov/Godot-Kinetic-scrolling/HEAD/demo/icon.png -------------------------------------------------------------------------------- /demo/main.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VitaZheltyakov/Godot-Kinetic-scrolling/HEAD/demo/main.gd -------------------------------------------------------------------------------- /demo/main.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VitaZheltyakov/Godot-Kinetic-scrolling/HEAD/demo/main.tscn -------------------------------------------------------------------------------- /demo/project.godot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VitaZheltyakov/Godot-Kinetic-scrolling/HEAD/demo/project.godot -------------------------------------------------------------------------------- /screenshots/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VitaZheltyakov/Godot-Kinetic-scrolling/HEAD/screenshots/screenshot.png --------------------------------------------------------------------------------