From 0f02f9700482026994bdd6dd09bea851d93b91c1 Mon Sep 17 00:00:00 2001 From: march3 Date: Wed, 3 May 2023 11:28:12 +0800 Subject: [PATCH] =?UTF-8?q?Python=E8=B6=85=E4=BA=BA-=E5=AE=87=E5=AE=99?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sim_scenes/earth/{hd_earth.py => earth.py} | 0 sim_scenes/earth/{hd_earth_at_night.py => earth_at_night.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename sim_scenes/earth/{hd_earth.py => earth.py} (100%) rename sim_scenes/earth/{hd_earth_at_night.py => earth_at_night.py} (100%) diff --git a/sim_scenes/earth/hd_earth.py b/sim_scenes/earth/earth.py similarity index 100% rename from sim_scenes/earth/hd_earth.py rename to sim_scenes/earth/earth.py diff --git a/sim_scenes/earth/hd_earth_at_night.py b/sim_scenes/earth/earth_at_night.py similarity index 100% rename from sim_scenes/earth/hd_earth_at_night.py rename to sim_scenes/earth/earth_at_night.py -- GitLab