DarkKilauea / godot-scene-map

Provides a helper node for building tile based worlds out of similarly sized scenes.
MIT License
24 stars 8 forks source link

Support selecting regions and manipulating them. #3

Open DarkKilauea opened 3 years ago

DarkKilauea commented 3 years ago

Similar to GridMap, it should be possible to select a region of the SceneMap and do the following operations.

  1. Clear all assigned items.
  2. Fill the area with the selected palette item.
  3. Copy or Cut the selection.
  4. Paste the selection somewhere else.