rrbox / GameWidget

A simple UI layout tools for SpriteKit
MIT License
3 stars 0 forks source link

Gauge の `combine` メソッドは不要ではないか? #104

Open rrbox opened 1 year ago

rrbox commented 1 year ago

これは Gauge にある combine メソッドです。

https://github.com/rrbox/GameWidget/blob/bc42c48670b4c39698c060fe1f97fe27b238a40b/Sources/GameWidget/Gauge/Gauge.swift#L62-L64

しかし、protocol extension で実装されている様に思います。

https://github.com/rrbox/GameWidget/blob/bc42c48670b4c39698c060fe1f97fe27b238a40b/Sources/GameWidget/Commons/Widget/Widget%2BPlugIns.swift#L43-L47