zfoo-project / godot-bird

bird and bird made with Godot Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godot-bird(鸟了个鸟)powered by godot 4.0

  • frontend:godot

  • backend:zfoo ,Use Maven install before running zfoo

  • support await grammar of net request

var groupHistoryMessageResponse: GroupHistoryMessageResponse = await Main.tcpClient.asyncAsk(request)
  • including GDScript serialization and deserialization.
ProtocolManager.write(buffer, ScoreRankRequest.new())

var request = ProtocolManager.read(buffer)

About

bird and bird made with Godot Engine

License:MIT License


Languages

Language:GDScript 100.0%