diff options
Diffstat (limited to 'Stages/Square')
-rw-r--r-- | Stages/Square/Assets/thumbnail.png | bin | 0 -> 1670 bytes | |||
-rw-r--r-- | Stages/Square/Assets/thumbnail.png.import | 34 | ||||
-rw-r--r-- | Stages/Square/square.gd | 2 | ||||
-rw-r--r-- | Stages/Square/square.gd.uid | 1 | ||||
-rw-r--r-- | Stages/Square/square.tscn | 6 |
5 files changed, 43 insertions, 0 deletions
diff --git a/Stages/Square/Assets/thumbnail.png b/Stages/Square/Assets/thumbnail.png Binary files differnew file mode 100644 index 0000000..c6cfe63 --- /dev/null +++ b/Stages/Square/Assets/thumbnail.png diff --git a/Stages/Square/Assets/thumbnail.png.import b/Stages/Square/Assets/thumbnail.png.import new file mode 100644 index 0000000..00b078a --- /dev/null +++ b/Stages/Square/Assets/thumbnail.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cfiu7ah67vdpg" +path="res://.godot/imported/thumbnail.png-87448b09ebe55396e3d64fca5a18fbdb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Stages/Square/Assets/thumbnail.png" +dest_files=["res://.godot/imported/thumbnail.png-87448b09ebe55396e3d64fca5a18fbdb.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/Stages/Square/square.gd b/Stages/Square/square.gd new file mode 100644 index 0000000..e78c475 --- /dev/null +++ b/Stages/Square/square.gd @@ -0,0 +1,2 @@ +class_name Square +extends Stage diff --git a/Stages/Square/square.gd.uid b/Stages/Square/square.gd.uid new file mode 100644 index 0000000..c55f79f --- /dev/null +++ b/Stages/Square/square.gd.uid @@ -0,0 +1 @@ +uid://c6mrexxwptc7y diff --git a/Stages/Square/square.tscn b/Stages/Square/square.tscn new file mode 100644 index 0000000..842b2fc --- /dev/null +++ b/Stages/Square/square.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://cw0hxxa1m1qm7"] + +[ext_resource type="Script" uid="uid://c6mrexxwptc7y" path="res://Stages/Square/square.gd" id="1_xf3al"] + +[node name="Square" type="Node2D"] +script = ExtResource("1_xf3al") |