diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-08-28 00:23:38 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-08-28 00:23:38 +0200 |
commit | fd2ec47ec91e5dc96b0854958b5b75dad2aaf48b (patch) | |
tree | 4257975772f55da2a55db4aac01dfefb5421afd0 /scene/resources/SCsub | |
parent | 6da4ad16624484398331f393b503f8b5e2888c51 (diff) | |
download | redot-engine-fd2ec47ec91e5dc96b0854958b5b75dad2aaf48b.tar.gz |
Move default theme files to scene/theme
This also puts the default theme icons into their own folder.
Diffstat (limited to 'scene/resources/SCsub')
-rw-r--r-- | scene/resources/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/SCsub b/scene/resources/SCsub index f4dc7a46fb..9e21c627f9 100644 --- a/scene/resources/SCsub +++ b/scene/resources/SCsub @@ -22,5 +22,3 @@ env.scene_sources += scene_obj # Needed to force rebuilding the scene files when the thirdparty code is updated. env.Depends(scene_obj, thirdparty_obj) - -SConscript("default_theme/SCsub") |