From bdafdb07dfd296a7c8428990d04189198aac209a Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 19 Aug 2024 14:01:32 +0300 Subject: [PATCH] chore: change example folder name --- .../{dynamic_water => dynamic_water_2d}/example.gd | 0 .../example.tscn | 4 ++-- .../{dynamic_water => dynamic_water_2d}/icon.png | Bin .../icon.png.import | 6 +++--- project.godot | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) rename examples/{dynamic_water => dynamic_water_2d}/example.gd (100%) rename examples/{dynamic_water => dynamic_water_2d}/example.tscn (78%) rename examples/{dynamic_water => dynamic_water_2d}/icon.png (100%) rename examples/{dynamic_water => dynamic_water_2d}/icon.png.import (72%) diff --git a/examples/dynamic_water/example.gd b/examples/dynamic_water_2d/example.gd similarity index 100% rename from examples/dynamic_water/example.gd rename to examples/dynamic_water_2d/example.gd diff --git a/examples/dynamic_water/example.tscn b/examples/dynamic_water_2d/example.tscn similarity index 78% rename from examples/dynamic_water/example.tscn rename to examples/dynamic_water_2d/example.tscn index 9a1da20..53f7544 100644 --- a/examples/dynamic_water/example.tscn +++ b/examples/dynamic_water_2d/example.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=3 uid="uid://dua6al8j0x7wx"] -[ext_resource type="Script" path="res://examples/dynamic_water/example.gd" id="1_tfv2h"] -[ext_resource type="Texture2D" uid="uid://c2vwnj65wuypc" path="res://examples/dynamic_water/icon.png" id="1_yawdq"] +[ext_resource type="Script" path="res://examples/dynamic_water_2d/example.gd" id="1_tfv2h"] +[ext_resource type="Texture2D" uid="uid://c2vwnj65wuypc" path="res://examples/dynamic_water_2d/icon.png" id="1_yawdq"] [ext_resource type="PackedScene" uid="uid://cor8igwxetpgn" path="res://addons/dynamic_water_2d/water.tscn" id="2_wkqr4"] [node name="Example" type="Node2D"] diff --git a/examples/dynamic_water/icon.png b/examples/dynamic_water_2d/icon.png similarity index 100% rename from examples/dynamic_water/icon.png rename to examples/dynamic_water_2d/icon.png diff --git a/examples/dynamic_water/icon.png.import b/examples/dynamic_water_2d/icon.png.import similarity index 72% rename from examples/dynamic_water/icon.png.import rename to examples/dynamic_water_2d/icon.png.import index 0730190..5dff313 100644 --- a/examples/dynamic_water/icon.png.import +++ b/examples/dynamic_water_2d/icon.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2vwnj65wuypc" -path="res://.godot/imported/icon.png-7881f45d0d39850fc2fce1a9552a2e02.ctex" +path="res://.godot/imported/icon.png-e20c4a89611e27dd673236dd81639086.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://examples/dynamic_water/icon.png" -dest_files=["res://.godot/imported/icon.png-7881f45d0d39850fc2fce1a9552a2e02.ctex"] +source_file="res://examples/dynamic_water_2d/icon.png" +dest_files=["res://.godot/imported/icon.png-e20c4a89611e27dd673236dd81639086.ctex"] [params] diff --git a/project.godot b/project.godot index aea916f..adc6ae5 100644 --- a/project.godot +++ b/project.godot @@ -10,7 +10,7 @@ config_version=5 [application] -run/main_scene="res://examples/dynamic_water/example.tscn" +run/main_scene="res://examples/dynamic_water_2d/example.tscn" config/features=PackedStringArray("4.3") [display]