浏览代码

:tada: Create a static level with a beautiful space ship

DricomDragon 1 年之前
父节点
当前提交
6f75266886

+ 6 - 0
godot/component/props/godot_logo/godot_logo.tscn

@@ -0,0 +1,6 @@
+[gd_scene load_steps=2 format=3 uid="uid://cqdewtd1yr4cn"]
+
+[ext_resource type="Texture2D" uid="uid://diymsf2qlhkbe" path="res://icon.svg" id="1_mexma"]
+
+[node name="GodotLogo" type="Sprite2D"]
+texture = ExtResource("1_mexma")

文件差异内容过多而无法显示
+ 273 - 0
godot/component/ships/BiBiShip.tscn


二进制
godot/component/ships/NihilAce_spaceship_building_pack_32x32.png


+ 34 - 0
godot/component/ships/NihilAce_spaceship_building_pack_32x32.png.import

@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://duw5x0fjt8jak"
+path="res://.godot/imported/NihilAce_spaceship_building_pack_32x32.png-ff1b9f8e9658bf98323d05eb85e68514.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://component/ships/NihilAce_spaceship_building_pack_32x32.png"
+dest_files=["res://.godot/imported/NihilAce_spaceship_building_pack_32x32.png-ff1b9f8e9658bf98323d05eb85e68514.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

+ 2 - 0
godot/project.godot

@@ -11,6 +11,7 @@ config_version=5
 [application]
 
 config/name="Blocky Space Destroyer"
+run/main_scene="res://run/levels/level_1.tscn"
 config/features=PackedStringArray("4.1", "GL Compatibility")
 config/icon="res://icon.svg"
 
@@ -18,3 +19,4 @@ config/icon="res://icon.svg"
 
 renderer/rendering_method="gl_compatibility"
 renderer/rendering_method.mobile="gl_compatibility"
+environment/defaults/default_clear_color=Color(0.662745, 0.72549, 1, 1)

+ 14 - 0
godot/run/levels/level_1.tscn

@@ -0,0 +1,14 @@
+[gd_scene load_steps=3 format=3 uid="uid://bmb72w7tf6fu4"]
+
+[ext_resource type="PackedScene" uid="uid://cqdewtd1yr4cn" path="res://component/props/godot_logo/godot_logo.tscn" id="1_36ls2"]
+[ext_resource type="PackedScene" uid="uid://dlkwtp1gl45r" path="res://component/ships/BiBiShip.tscn" id="2_hw8a6"]
+
+[node name="Level1" type="Node2D"]
+
+[node name="GodotLogo" parent="." instance=ExtResource("1_36ls2")]
+
+[node name="GodotLogo2" parent="." instance=ExtResource("1_36ls2")]
+position = Vector2(930, 491)
+
+[node name="BiBiShip" parent="." instance=ExtResource("2_hw8a6")]
+position = Vector2(462, 278)