midori no akuma
This commit is contained in:
parent
c8619761eb
commit
b9c67a190c
6 changed files with 40 additions and 10 deletions
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
echo -ne '\033c\033]0;Midori in the Magic School\a'
|
||||
base_path="$(dirname "$(realpath "$0")")"
|
||||
"$base_path/Midori in the Magic School.x86_64" "$@"
|
BIN
backgounds/Midori No Akuma.jpg
Normal file
BIN
backgounds/Midori No Akuma.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 539 KiB |
34
backgounds/Midori No Akuma.jpg.import
Normal file
34
backgounds/Midori No Akuma.jpg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://chr01sorihbb2"
|
||||
path="res://.godot/imported/Midori No Akuma.jpg-dbbd508a2dd048939abcceff0d6c3340.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://backgounds/Midori No Akuma.jpg"
|
||||
dest_files=["res://.godot/imported/Midori No Akuma.jpg-dbbd508a2dd048939abcceff0d6c3340.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
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://bbvpwonm30j2j"]
|
||||
|
||||
[ext_resource type="Script" path="res://backgounds/disclaimer.gd" id="1_wnnd2"]
|
||||
[ext_resource type="Texture2D" uid="uid://becayb0ro0bd4" path="res://backgounds/midoriasgardius.jpg" id="2_gghyy"]
|
||||
[ext_resource type="Texture2D" uid="uid://chr01sorihbb2" path="res://backgounds/Midori No Akuma.jpg" id="2_kljhy"]
|
||||
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="3_sdx6y"]
|
||||
|
||||
[node name="Disclaimer" type="Node2D"]
|
||||
|
@ -10,7 +10,7 @@ script = ExtResource("1_wnnd2")
|
|||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
texture = ExtResource("2_gghyy")
|
||||
texture = ExtResource("2_kljhy")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
modulate = Color(0, 0, 0, 1)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dq8vnuy2g3ewv"]
|
||||
|
||||
[ext_resource type="Script" path="res://backgounds/result.gd" id="1_ejbiw"]
|
||||
[ext_resource type="Texture2D" uid="uid://becayb0ro0bd4" path="res://backgounds/midoriasgardius.jpg" id="2_gghyy"]
|
||||
[ext_resource type="Texture2D" uid="uid://chr01sorihbb2" path="res://backgounds/Midori No Akuma.jpg" id="2_jril2"]
|
||||
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="3_sdx6y"]
|
||||
|
||||
[node name="Result" type="Node2D"]
|
||||
|
@ -10,7 +10,7 @@ script = ExtResource("1_ejbiw")
|
|||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
texture = ExtResource("2_gghyy")
|
||||
texture = ExtResource("2_jril2")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
modulate = Color(0, 0, 0, 1)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://ctp1qc3xlecob"]
|
||||
|
||||
[ext_resource type="Script" path="res://backgounds/wip.gd" id="1_1qonj"]
|
||||
[ext_resource type="Texture2D" uid="uid://becayb0ro0bd4" path="res://backgounds/midoriasgardius.jpg" id="2_gghyy"]
|
||||
[ext_resource type="Texture2D" uid="uid://chr01sorihbb2" path="res://backgounds/Midori No Akuma.jpg" id="2_lrfja"]
|
||||
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="3_sdx6y"]
|
||||
|
||||
[node name="WIP" type="Node2D"]
|
||||
|
@ -10,7 +10,7 @@ script = ExtResource("1_1qonj")
|
|||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
texture = ExtResource("2_gghyy")
|
||||
texture = ExtResource("2_lrfja")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
modulate = Color(0, 0, 0, 1)
|
||||
|
|
Loading…
Reference in a new issue