-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from ligen131/base-level-judger
添加纹理包
- Loading branch information
Showing
139 changed files
with
1,517 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[remap] | ||
|
||
importer="font_data_dynamic" | ||
type="FontFile" | ||
uid="uid://1000owdyvwfg" | ||
path="res://.godot/imported/unifont-15.1.04.otf-4298c95684bf879dc8f193b0b0354484.fontdata" | ||
|
||
[deps] | ||
|
||
source_file="res://fonts/unifont-15.1.04.otf" | ||
dest_files=["res://.godot/imported/unifont-15.1.04.otf-4298c95684bf879dc8f193b0b0354484.fontdata"] | ||
|
||
[params] | ||
|
||
Rendering=null | ||
antialiasing=1 | ||
generate_mipmaps=false | ||
multichannel_signed_distance_field=false | ||
msdf_pixel_range=8 | ||
msdf_size=48 | ||
allow_system_fallback=true | ||
force_autohinter=false | ||
hinting=1 | ||
subpixel_positioning=1 | ||
oversampling=0.0 | ||
Fallbacks=null | ||
fallbacks=[] | ||
Compress=null | ||
compress=true | ||
preload=[] | ||
language_support={} | ||
script_support={} | ||
opentype_features={} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,43 @@ | ||
[gd_scene load_steps=4 format=3 uid="uid://cother2aiigge"] | ||
[gd_scene load_steps=7 format=3 uid="uid://cother2aiigge"] | ||
|
||
[ext_resource type="Script" path="res://levels/base_level/base_level.gd" id="1_diojb"] | ||
[ext_resource type="PackedScene" uid="uid://xom5kpqs1rue" path="res://objects/calculator/calculator.tscn" id="1_tpuy7"] | ||
[ext_resource type="AudioStream" path="res://levels/base_level/level_clear.wav" id="3_ou3kh"] | ||
[ext_resource type="PackedScene" uid="uid://bepyyenjtc0p3" path="res://levels/chapter_menu/level_menu/level_button/level_button.tscn" id="2_0egdl"] | ||
[ext_resource type="AudioStream" uid="uid://cjhl2qr4mau8g" path="res://levels/base_level/level_clear.wav" id="3_ou3kh"] | ||
[ext_resource type="FontFile" uid="uid://1000owdyvwfg" path="res://fonts/unifont-15.1.04.otf" id="3_q0kqv"] | ||
[ext_resource type="AudioStream" uid="uid://c6rflw11edxrt" path="res://levels/base_level/wrong_answer.wav" id="4_yxsxp"] | ||
|
||
[node name="BaseLevel" type="Node"] | ||
script = ExtResource("1_diojb") | ||
|
||
[node name="HUDs" type="Node" parent="."] | ||
|
||
[node name="BackButton" parent="HUDs" instance=ExtResource("2_0egdl")] | ||
|
||
[node name="Title" type="Label" parent="HUDs"] | ||
offset_top = 8.0 | ||
offset_right = 480.0 | ||
offset_bottom = 31.0 | ||
theme_override_fonts/font = ExtResource("3_q0kqv") | ||
text = "Title" | ||
horizontal_alignment = 1 | ||
vertical_alignment = 1 | ||
|
||
[node name="Calculator" parent="." instance=ExtResource("1_tpuy7")] | ||
|
||
[node name="Cards" type="Node" parent="."] | ||
|
||
[node name="CardBases" type="Node" parent="."] | ||
|
||
[node name="Blocks" type="Node" parent="."] | ||
|
||
[node name="CardBases" type="Node" parent="."] | ||
|
||
[node name="SFXs" type="Node" parent="."] | ||
|
||
[node name="LevelClear" type="AudioStreamPlayer2D" parent="SFXs"] | ||
stream = ExtResource("3_ou3kh") | ||
|
||
[node name="HUDs" type="Node" parent="."] | ||
[node name="WrongAnswer" type="AudioStreamPlayer2D" parent="SFXs"] | ||
stream = ExtResource("4_yxsxp") | ||
volume_db = 1.0 | ||
|
||
[node name="Button" type="Button" parent="HUDs"] | ||
offset_right = 8.0 | ||
offset_bottom = 8.0 | ||
[connection signal="pressed" from="HUDs/BackButton" to="." method="_on_back_button_pressed"] |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[remap] | ||
|
||
importer="wav" | ||
type="AudioStreamWAV" | ||
uid="uid://c6rflw11edxrt" | ||
path="res://.godot/imported/wrong_answer.wav-84c9832fd72ff8c3b7efd2550837544a.sample" | ||
|
||
[deps] | ||
|
||
source_file="res://levels/base_level/wrong_answer.wav" | ||
dest_files=["res://.godot/imported/wrong_answer.wav-84c9832fd72ff8c3b7efd2550837544a.sample"] | ||
|
||
[params] | ||
|
||
force/8_bit=false | ||
force/mono=false | ||
force/max_rate=false | ||
force/max_rate_hz=44100 | ||
edit/trim=false | ||
edit/normalize=false | ||
edit/loop_mode=0 | ||
edit/loop_begin=0 | ||
edit/loop_end=-1 | ||
compress/mode=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.