From dfc0ded5596c0f343c3656719b43534c3590870f Mon Sep 17 00:00:00 2001 From: Allison Verdam da Cunha Date: Mon, 19 Feb 2024 10:40:14 -0300 Subject: [PATCH] renaming bootsplash files to keep same pattern name other files its all starting with lowercase, so I changed to same format --- godot/ui/components/{Bootsplash.gd => bootsplash.gd} | 0 godot/ui/components/{Bootsplash.tscn => bootsplash.tscn} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename godot/ui/components/{Bootsplash.gd => bootsplash.gd} (100%) rename godot/ui/components/{Bootsplash.tscn => bootsplash.tscn} (100%) diff --git a/godot/ui/components/Bootsplash.gd b/godot/ui/components/bootsplash.gd similarity index 100% rename from godot/ui/components/Bootsplash.gd rename to godot/ui/components/bootsplash.gd diff --git a/godot/ui/components/Bootsplash.tscn b/godot/ui/components/bootsplash.tscn similarity index 100% rename from godot/ui/components/Bootsplash.tscn rename to godot/ui/components/bootsplash.tscn