Add server root
This commit is contained in:
parent
452f61934c
commit
d07c745aa1
146 changed files with 27 additions and 9 deletions
0
.gitignore → client/.gitignore
vendored
0
.gitignore → client/.gitignore
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
ea4bc82a6ad023ab7ee23ee620429895
|
ea4bc82a6ad023ab7ee23ee620429895
|
||||||
::res://::1738111850
|
::res://::1738117194
|
||||||
CHANGELOG.md::TextFile::-1::1737676442::0::1::::<><>::
|
CHANGELOG.md::TextFile::-1::1737676442::0::1::::<><>::
|
||||||
icon.svg::CompressedTexture2D::3707950262073026637::1737417699::1737417720::1::::<><>::
|
icon.svg::CompressedTexture2D::3707950262073026637::1737417699::1737417720::1::::<><>::
|
||||||
README.md::TextFile::-1::1737676442::0::1::::<><>::
|
README.md::TextFile::-1::1737676442::0::1::::<><>::
|
||||||
|
|
@ -29,7 +29,7 @@ NakamaMultiplayerPeer.gd::GDScript::-1::1737676442::0::1::::NakamaMultiplayerPee
|
||||||
NakamaSerializer.gd::GDScript::-1::1737676442::0::1::::NakamaSerializer<>RefCounted<>::
|
NakamaSerializer.gd::GDScript::-1::1737676442::0::1::::NakamaSerializer<>RefCounted<>::
|
||||||
::res://codegen/::1737676442
|
::res://codegen/::1737676442
|
||||||
README.md::TextFile::-1::1737676442::0::1::::<><>::
|
README.md::TextFile::-1::1737676442::0::1::::<><>::
|
||||||
::res://danmaku!/::1737683594
|
::res://danmaku!/::1738115667
|
||||||
player.gd::GDScript::-1::1737682905::0::1::::<>Node2D<>::
|
player.gd::GDScript::-1::1738114403::0::1::::<>Node2D<>::
|
||||||
player.tscn::PackedScene::5042393718698370894::1737683594::0::1::::<><>::res://danmaku!/player.gd
|
player.tscn::PackedScene::5042393718698370894::1737683594::0::1::::<><>::res://danmaku!/player.gd
|
||||||
testworld.tscn::PackedScene::4237769419146379699::1737683594::0::1::::<><>::uid://cd3tqt7hr5pqs::::res://danmaku!/player.tscn
|
testworld.tscn::PackedScene::4237769419146379699::1738115667::0::1::::<><>::uid://cd3tqt7hr5pqs::::res://danmaku!/player.tscn
|
||||||
2
client/.godot/editor/filesystem_update4
Normal file
2
client/.godot/editor/filesystem_update4
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
res://danmaku!/testworld.tscn
|
||||||
|
res://danmaku!/player.tscn
|
||||||
|
|
@ -31,10 +31,10 @@ state={
|
||||||
state={
|
state={
|
||||||
"bookmarks": PackedInt32Array(),
|
"bookmarks": PackedInt32Array(),
|
||||||
"breakpoints": PackedInt32Array(),
|
"breakpoints": PackedInt32Array(),
|
||||||
"column": 0,
|
"column": 56,
|
||||||
"folded_lines": Array[int]([]),
|
"folded_lines": Array[int]([]),
|
||||||
"h_scroll_position": 0,
|
"h_scroll_position": 0,
|
||||||
"row": 16,
|
"row": 15,
|
||||||
"scroll_position": 0.0,
|
"scroll_position": 0.0,
|
||||||
"selection": false,
|
"selection": false,
|
||||||
"syntax_highlighter": "GDScript"
|
"syntax_highlighter": "GDScript"
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue