chore: change example folder name

This commit is contained in:
dusk 2024-08-19 14:01:32 +03:00
parent 822116d607
commit bdafdb07df
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
5 changed files with 6 additions and 6 deletions

View File

@ -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"]

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -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]

View File

@ -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]