fix credits
This commit is contained in:
parent
4af6b5abaa
commit
c06cf36683
4 changed files with 38 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://de8jrxos3dknb"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bxsjwg1lrwhbb"]
|
||||
|
||||
[ext_resource type="Script" path="res://bootclick.gd" id="1_52bti"]
|
||||
[ext_resource type="Script" path="res://fps.gd" id="2_gnh1w"]
|
||||
|
|
|
@ -3,9 +3,9 @@ extends Node2D
|
|||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
var bgsound := AudioStreamPlayer.new()
|
||||
var song1 = load("res://music/yes-i-see.ogg")
|
||||
var song2 = load("res://music/tekilla.ogg")
|
||||
var song3 = load("res://music/sweetest-sin.ogg")
|
||||
var song1 = load("res://music/yes-i-see.wav")
|
||||
var song2 = load("res://music/tekilla.wav")
|
||||
var song3 = load("res://music/sweetest-sin.wav")
|
||||
var playstart = false
|
||||
var playindex = 0
|
||||
|
||||
|
|
|
@ -26,9 +26,9 @@ texture = ExtResource("4_pmxuj")
|
|||
script = ExtResource("5_c2k4x")
|
||||
|
||||
[node name="roll" type="Label" parent="."]
|
||||
offset_top = 726.0
|
||||
offset_right = 1270.0
|
||||
offset_bottom = 778.0
|
||||
offset_top = 720.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 12504.0
|
||||
text = "The Red Robot Radio
|
||||
|
||||
Programming
|
||||
|
@ -47,7 +47,7 @@ BMX Man
|
|||
|
||||
Godot version testing
|
||||
|
||||
Deprecated version
|
||||
Dropped version
|
||||
|
||||
Samsung Galaxy J7
|
||||
LineageOS 17
|
||||
|
@ -84,7 +84,7 @@ Tood
|
|||
|
||||
Creative Staff
|
||||
Page Asgardius
|
||||
Astroboy
|
||||
Beachkid
|
||||
Sakura Nakayama
|
||||
|
||||
Music
|
||||
|
@ -173,7 +173,8 @@ xiph.org
|
|||
Libvorbis
|
||||
xiph.org
|
||||
|
||||
CD version uses PCM audio instead libvorbis for music
|
||||
PCM
|
||||
Public Domain
|
||||
|
||||
Engine development
|
||||
|
||||
|
@ -463,7 +464,24 @@ Special Thanks for Unity Technologies for make me choosing Godot
|
|||
|
||||
Godot does what Unitydnt
|
||||
|
||||
I'm looking for developers, artists and japanese voice actors who want to help on my next videogame from Asgardius Virtualx series"
|
||||
I'm looking for developers, artists and japanese voice actors who want to help on my next videogame
|
||||
from Asgardius Virtualx series and the next Genshin Killer: Midori in The Magic School
|
||||
|
||||
Contact info
|
||||
|
||||
Email
|
||||
asgardius@asgardius.company
|
||||
|
||||
Activitypub
|
||||
@asgardius@social.asgardius.company
|
||||
|
||||
Matrix Chat
|
||||
|
||||
@asgardius:asgardius.company
|
||||
|
||||
You are free to distribute this game and make modifications, but remember sharing your modifications with source code
|
||||
|
||||
You are free to create guides, but i suggest avoiding cheat codes"
|
||||
horizontal_alignment = 1
|
||||
script = ExtResource("6_3q8sp")
|
||||
|
||||
|
|
|
@ -70,4 +70,13 @@ scale = Vector2(2.61468, 1.57466)
|
|||
text = "Press escape or any shoulder button to exit"
|
||||
script = ExtResource("5_scoec")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 36.0
|
||||
offset_top = 653.0
|
||||
offset_right = 76.0
|
||||
offset_bottom = 676.0
|
||||
text = "v0.0.4 2020-2023 Page Asgardius GNU General Public License 3
|
||||
2016-2023 Asgardius Virtualx Project"
|
||||
|
||||
[connection signal="finished" from="nebula" to="nebula" method="_on_finished"]
|
||||
|
|
Loading…
Reference in a new issue