From 9696dd2f11fac157df73cf29bc1a302ad36db98a Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Thu, 1 Feb 2024 20:15:29 -0700 Subject: [PATCH] minor improvements --- README.md | 2 ++ levels/ui/musictest.tscn | 2 +- sprites/common/natasha/natasha.gd | 5 +++++ sprites/common/natasha/natasha.tscn | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5927d8f..795c382 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ An Action Role Playing Game inspired by TLOZ A Link to the Past, Touhou Project, Megaman X, among others. The only Open Source Genshin Killer. This game is made using Godot Engine At the moment this game is only a proof of concept. If you want to help send me an email to asgardius@asgardius.company You can find game documentation at https://cloud.asgardius.company/s/3tPKHsMznzMjzEc?path=%2Fgame%20documentation%2FMidori%20in%20the%20Magic%20School + +Official video channel https://video.asgardius.company/c/asgardius_virtualx diff --git a/levels/ui/musictest.tscn b/levels/ui/musictest.tscn index 7efe7c8..bf93ff3 100644 --- a/levels/ui/musictest.tscn +++ b/levels/ui/musictest.tscn @@ -136,7 +136,7 @@ text = "Overworld (Earth)" layout_mode = 2 theme_override_font_sizes/font_size = 25 theme_override_styles/focus = SubResource("StyleBoxFlat_alctd") -text = "The Zubmarine Zone" +text = "The Submarine base" [node name="Radioactive Desert" type="Button" parent="BoxContainer/VBoxContainer"] layout_mode = 2 diff --git a/sprites/common/natasha/natasha.gd b/sprites/common/natasha/natasha.gd index a2d5f39..0af76c2 100644 --- a/sprites/common/natasha/natasha.gd +++ b/sprites/common/natasha/natasha.gd @@ -9,6 +9,11 @@ const JUMP_VELOCITY = -400.0 var vangle = 2 var weakness = 2 + +func _ready(): + var stimer = $Speed + stimer.start(0.05) + func get_vector(angle): theta = angle + alpha return Vector2(cos(theta),sin(theta)) diff --git a/sprites/common/natasha/natasha.tscn b/sprites/common/natasha/natasha.tscn index dd7a51c..d264406 100644 --- a/sprites/common/natasha/natasha.tscn +++ b/sprites/common/natasha/natasha.tscn @@ -164,6 +164,7 @@ _data = { [node name="Natasha" type="CharacterBody2D"] script = ExtResource("1_kycyt") +alpha = 1.699 [node name="Sprite2D" type="Sprite2D" parent="."] texture = ExtResource("2_grplw")